/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
@media (max-width : 850px){
    .a-section-3 .box{
        display: flex;
        flex-direction: column;
    }
    .a-section-3 .box .box-image{
        width: 80% !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #main{
        background-image: url(/wp-content/uploads/2025/05/bg-mobi.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;    
        background-attachment: fixed !important;
    }
}

@media (max-width : 550px){
    .a-section-3 .box-text{
        padding: 10px 0 ;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
