@media (max-width:700px){
     .section2 .main-box{
        flex-direction: column;
     }
     .section2 .main-box .box1{
        width: 94%;
     }
     .section2 .main-box .box2{
        width: 98%;
     }
     .section5 .main-box{
        flex-direction: column;
     }
     .section5 .main-box .box1{
        width: 94%;
     }
     .section5 .main-box .box2{
        width: 98%;
     }
}

@media (max-width:650px){
    .section6 .review{
        flex-direction: column;
    }
    .section6 .review .box{
        width: 100%;
    }

    footer .container{
        flex-direction: column;
        gap: 20px;
        padding: 5px;
    }

    footer .button{
        padding: 12px 100px;
    }

    footer .timer{
        padding: 5px 45px;
    }
    .description{
        margin-bottom: 260px;
    }
}