@media screen and (max-width: 1200px) {
    .more_about{
        flex-direction: column;
    }
    .warranty{
        display: block;
    }
    .big_pic{
        padding-top: 45px;
        margin-left: auto;
    }
}
@media screen and (max-width: 1024px) {
    .big_pic{
        padding-top: 25px;
    }
    .header_menu li{
        margin-left: 4px;
        margin-right: 4px;
    }
}
@media screen and (max-width: 820px) {
    .big_pic{
        max-width: 780px;
        max-height: 523px;
    }
    .header_menu{
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .header_contact_group a{
        display: block;
    }
    .header_info_bg{
        max-height: 100px;
    }
    .big_pic{
        max-width: 738px;
        max-height: 495px;
    }
}
@media screen and (max-width: 580px) {
    .header_menu ul{
        display: block;
    }
    .header_menu_active{
        display: flex;
    }
    footer a{
        font-size: 20px;
        line-height: 25px;
    }
    footer{
        font-size: 20px;
        line-height: 25px;
    }
}
@media screen and (max-width: 428px) {
    .social_media_icon{
        margin-left: 1px;
        margin-right: 1px;
    }
    .header_info_bg{
        max-height: 130px;
    }
    .big_pic{
        max-width: 408px;
        max-height: 273px;
    }
    .header_menu ul{
        display: block;
    }
    .header_menu_active{
        display: flex;
    }
    footer a{
        font-size: 16px;
        line-height: 20px;
    }
    footer{
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 390px) {
    .big_pic{
        max-width: 350px;
        max-height: 243px;
    }
}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {
    .check_icon{
        margin-right: 10px;
    }
    .warranty h3 {
        font-size: 22px;
        line-height: 26px;
    }
    h1{
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        line-height: 48px;
        text-transform: capitalize;
    }
    .footer_logo{
        max-width: 360px;
    }
}