@media (max-width: 992px) {
    body {
        font-size: 1.2rem;
    }
    h2 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    h3 {
        font-size: 1.6rem;
    }
    section {
        padding: 40px;
    }
    .home-content h2 {
        font-size: 4.0rem;
    }
    .home-content p {
        padding-top: 12px;
        font-size: 1.8rem;
    }
    .custom-pagination {
        right: 40px;
    }
    .clientSwiper, .productSwiper, .testimonialSwiper {
        margin-left: -40px;
        margin-right: -40px;
        padding-top: 20px;
    }
    .clientSwiper .swiper-slide img {
        max-width: 80px;
    }
    .productSwiper .swiper-slide, .product {
        width: 580px;
    }
    .solutions, #industries-tabs, .awards-container, #about-tabs, .features-container {
        padding-top: 20px;
    }
    .numbers {
        flex-wrap: wrap;
        padding-top: 20px;
        gap: 28px 0;
        text-align: center;
    }
    .number {
        width: calc(50% - 14px);
    }
    .number h3 span {
        font-size: 8rem;
    }
    .number p, .solution p {
        font-size: 1.2rem;
    }
    #industries {
        padding: 40px 0;
    }
    #industries-tabs .tabs li, #about-tabs li, .quote-speaker, .solution h3 {
        font-size: 1.6rem;
    }
    #industries-tabs .tabs, #about-tabs .tabs {
        padding-bottom: 40px;
    }
    #industries-tabs .tab-contents img {
        margin-left: -40px;
        margin-right: -40px;
        margin-top: 40px;
    }
    #industries-tabs .tab-content {
        padding: 0 40px;
    }
    #industries-tabs .tab-content::before {
        background-size: 50%;
    }
    .awards-container {
        gap: 40px;
    }
    .member-detail {
        height: 96px;
    }
    .mission {
        padding: 20px;
    }
    .mission h3, .mission p {
        padding-top: 12px;
    }
    .about {
        padding-top: 40px;
    }
    .testimonialSwiper .swiper-slide, .testimonial {
        width: 480px;
    }
    .news {
        padding-top: 20px;
        gap: 40px;
    }
    .news-content {
        height: 228px;
    }
    .news-source {
        flex-direction: column;
        gap: 8px;
    }
    footer {
        background: url(../images/footer.svg) no-repeat bottom left;
        background-color: #FFFFFF1A;
        background-size: 60%;
    }
    .footer-content {
        width: 520px;
        padding: 25px 40px 25px 0;
    }
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    section {
        padding: 30px 24px;
    }
    header {
        padding: 20px 24px;
    }
    header .nav {
        display: none;
        flex-direction: column;
        position: absolute;
        height: 100vh;
        width: 100%;
        top: 0;
        right: 0;
        background: #000;
        padding: 24px;
        padding-top: 128px;
        text-align: center;
        transition: 0.3s ease-in-out;
    }
    header .nav.active {
        display: flex;
    }
    header .nav a {
        padding: 12px 0;
        display: block;
        margin-right: 0;
        box-shadow: none;
        font-size: 1.2rem;
    }
    .hamburger {
        display: flex;
    }
    header > a, .hamburger {
        z-index: 101;
    }
    .home-content {
        padding: 160px 24px;
        max-width: 1009px;
    }
    .home-content h2 {
        font-size: 3.2rem;
    }
    .home-content .button {
        margin-top: 24px;
    }
    .custom-pagination {
        flex-direction: row;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
    }
    .clientSwiper, .productSwiper, .testimonialSwiper {
        margin-left: -24px;
        margin-right: -24px;
        padding-top: 20px;
    }
    .clientSwiper .swiper-slide img {
        max-width: 60px;
    }
    .productSwiper .swiper-slide, .product {
        width: 100%;
    }
    .features-container {
        flex-direction: column;
    }
    .feature {
        width: 100%;
    }
    .solutions {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .solution-content, .solution-video {
        width: 100%;
    }
    .number h3 span {
        font-size: 6rem;
    }
    #industries-tabs .tab-content {
        padding: 0 24px;
    }
    #industries-tabs .tab-contents img {
        margin-left: -24px;
        margin-right: -24px;
        margin-top: 200px;
    }
    #industries-tabs .tab-content::before {
        background-size: 50%;
        top: unset;
        bottom: 50px;
        right: 32px;
    }
    .awards-container {
        flex-direction: column;
        gap: 24px;
    }
    .members {
        gap: 24px;
    }
    .member {
        width: calc(50% - 12px);
        border: 8px;
    }
    .missions, .news {
        flex-direction: column;
        gap: 24px;
    }
    .mission {
        width: 100%;
    }
    .testimonialSwiper .swiper-slide, .testimonial {
        width: 300px;
    }
    .news a {
        width: 100%;
    }
    .news-content {
        height: unset;
        gap: 12px;
    }
    .news-source {
        flex-direction: row;
        gap: 8px;
    }
    #contact .container {
        padding: 24px;
    }
    #contact .button {
        padding: 16px 20px;
        width: 100%;
    }
    .footer-content {
        width: 100%;
        padding: 24px;
    }
    .footer-links ul {
        gap: 12px 24px;
        flex-wrap: wrap;
    }
    .footer-copyright ul {
        width: 100%;
    }
    .success-screen img {
        margin: 24px 0 0;
    }
}