

h2{
    font-size: 1.4rem;
}

h3{
    font-size: 1.2rem;
    margin-bottom: 5px !important;
    margin-top: 30px !important;
}

.header_container, .header_container h1{
    text-align: center;
}

.header_container h1{
    text-align: center;
    margin: 0 auto;
}


.online_store_button{
    display: inline-block;
    padding: 0 20px;
    margin-top: 30px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    color: #FFF;
    background-color: #212121;
    font-size: 1rem;
    font-weight: bold;
}

.online_store_button:hover{
    background-color: #404041;
}


.section_block_container{
    padding: 100px 0;
}

.online_store_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.online_store_section_left, .online_store_section_right{
    width: 100%;
}

@media only screen and (min-width:900px){
    .online_store_section_left, .online_store_section_right{
        width: 45%;
    }
}

.online_store_section_image{
    max-width: 100%;
    height: 100%;
}


.online_store_outer_section_grey{
    background-color: #F5F5F7;
}

#online_store_section_test_top{
    text-align: center;
}

#online_store_section_test_top_stars{
    font-weight: bold;
    color: #ea1686;
    font-size: 1rem;
}

#online_store_section_test_top_desc{
    font-size: 1.6rem;
    margin: 10px auto;
    max-width: 700px;
}

#online_store_section_test_top_who{
    font-size: 1rem;
    margin-top: 10px;
}

#online_store_outer_section_test_image{
    margin-top: 100px;
    margin-bottom: 100px;
}

#online_store_outer_section_test_image img{
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(168, 168, 168);
}

.online_store_button_footer{
    margin: 20px auto 0 auto;
    padding-bottom: 50px;
    text-align: center;
}