@media (max-width: 1199px){
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1170px) {
    .header-nav li + li {
        margin-left: 20px;
    }
}

@media (max-width: 1080px) {
    .header-nav, .header-login, .menu {
        display: none;
    }
    .mobile-nav-button {
        display: flex;
    }
    .action {
        height: auto;
    }

}









@media (max-width: 992px) {
    .tab-header {
        justify-content: center;
}

    .bottom-more {
        text-align: center;
    }

}






@media (max-width: 768px) {
    .about {
        padding: 0;
}
.footer-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.quiz {
    padding: 30px 0 75px 0;
}

}














@media (max-width: 576px) {

    .action {
        height: auto;
    }

    .action-content {
        justify-content: center;
    }
    .tab-header {
        flex-wrap: wrap;
    }

    .action::after {
    top: -43px;
    }
    .action::before {
    bottom: -53px;
    }
    

}

@media (max-width: 420px) {
    .home-heading {
    font-size: 45px;
    }
    .contact-form {
    width: 300px;
    }
    .contact-form-images {
    flex: 0 0 300px;
    }
}
