﻿@media (max-width: 1400px) {
    .about-future-container {
        gap: 60px;
    }

    .why-choose-wrapper {
        grid-template-columns: 1fr 1.3fr 0.8fr;
        gap: 50px;
    }

    .why-bottom-grid {
        margin-left: -350px;
    }
}

@media (max-width: 1200px) {
    .navbar {
        width: 95%;
        padding: 0 25px;
    }

    .nav-center {
        gap: 22px;
        margin-left: 60px;
        font-size: 15px;
    }

    .about-hero {
        padding: 0 60px;
    }

    .about-hero-content h1 {
        font-size: 48px;
    }

    .about-future-section {
        padding: 90px 60px;
    }

    .about-future-container {
        gap: 50px;
    }

    .about-images {
        height: 480px;
    }

    .img-top {
        width: 340px;
        height: 440px;
    }

    .img-bottom {
        width: 320px;
        height: 320px;
    }

    .circle-counter {
        width: 150px;
        height: 150px;
        top: 120px;
        right: 60px;
    }

    .circle-number {
        width: 85px;
        height: 85px;
        font-size: 32px;
    }

    .about-content h2 {
        font-size: 38px;
    }

    .why-choose-section {
        padding: 80px 50px;
    }

    .why-choose-wrapper {
        padding: 60px 50px;
        gap: 45px;
    }

    .why-content h2 {
        font-size: 36px;
    }

    .why-bottom-grid {
        gap: 20px;
        margin-left: -320px;
    }

    .why-box {
        width: 240px;
        height: 240px;
        padding: 22px 18px;
    }

        .why-box img {
            width: 50px;
        }

    .timeline-section {
        padding: 70px 5%;
    }

    .timeline-header h2 {
        font-size: 38px;
    }

    .timeline-slide {
        gap: 30px;
    }

    .footer-main {
        padding: 80px 60px 60px;
        gap: 50px;
    }
}

@media (max-width: 1024px) {
    .navbar {
        width: 96%;
        padding: 0 20px;
    }

    .nav-center {
        gap: 18px;
        margin-left: 40px;
        font-size: 14px;
    }

    .contact-btn {
        padding: 8px 18px;
        font-size: 14px;
    }

    .about-hero {
        padding: 0 50px;
        height: 400px;
    }

    .about-hero-content h1 {
        font-size: 42px;
    }

    .about-future-section {
        padding: 80px 50px;
    }

    .about-future-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-images {
        height: 450px;
        margin: auto;
        max-width: 500px;
    }

    .img-top {
        width: 320px;
        height: 400px;
    }

    .img-bottom {
        width: 300px;
        height: 300px;
    }

    .circle-counter {
        width: 140px;
        height: 140px;
        top: 110px;
        right: 50px;
    }

    .circle-number {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .about-content {
        max-width: 100%;
    }

        .about-content h2 {
            font-size: 36px;
        }

    .why-choose-section {
        padding: 70px 40px;
    }

    .why-choose-wrapper {
        grid-template-columns: 1fr;
        padding: 50px 40px;
        gap: 40px;
    }

    .why-left-img {
        margin-top: 0;
        height: 300px;
        max-width: 500px;
        margin: auto;
    }

    .why-content {
        max-width: 100%;
    }

        .why-content h2 {
            font-size: 34px;
        }

    .why-right-img {
        margin-bottom: 0;
        height: 250px;
        max-width: 500px;
        margin: auto;
    }

    .why-bottom-grid {
        margin-left: 0;
        margin-bottom: 0;
        gap: 25px;
        max-width: 900px;
        margin: 40px auto 0;
    }

    .why-box {
        width: 100%;
        height: auto;
        min-height: 220px;
    }

    .timeline-section {
        padding: 60px 4%;
    }

    .timeline-header h2 {
        font-size: 34px;
    }

    .timeline-slide {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        padding: 70px 50px 50px;
        gap: 40px;
    }

    .footer-col:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .navbar {
        padding: 0 20px;
    }

    .nav-center {
        display: none;
    }

    .nav-right {
        display: none;
    }

    .hamburger {
        display: flex;
        margin-left: auto;
        margin-left:20px;
    }

    

    .about-hero {
        padding: 0 40px;
        height: 380px;
    }

    .about-hero-content h1 {
        font-size: 38px;
    }

    .about-future-section {
        padding: 70px 40px;
    }

    .timeline-slide {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .timeline-item h3 {
        font-size: 36px;
    }

    .footer-main {
        padding: 60px 40px 40px;
    }
}

@media (max-width: 768px) {

    
    .navbar {
        height: 60px;
        padding: 0 18px;
    }

    .logo {
        height: 32px;
    }

    .about-hero {
        padding: 0 30px;
        height: 350px;
    }

    .about-hero-content h1 {
        font-size: 34px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .about-future-section {
        padding: 60px 30px;
    }

    .about-images {
        height: 420px;
    }

    .img-top {
        width: 280px;
        height: 360px;
    }

    .img-bottom {
        width: 260px;
        height: 260px;
        bottom: -30px;
    }

    .circle-counter {
        width: 130px;
        height: 130px;
        top: 100px;
        right: 40px;
    }

    .circle-number {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .circle-svg text {
        font-size: 11px;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-content p {
        font-size: 15px;
    }

    .why-choose-section {
        padding: 60px 30px;
    }

    .why-choose-wrapper {
        padding: 45px 30px;
        border-radius: 30px;
    }

    .why-left-img {
        height: 280px;
        border-radius: 50px;
    }

    .why-content h2 {
        font-size: 30px;
    }

    .why-content p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .why-right-img {
        height: 220px;
        border-radius: 25px;
    }

    .why-bottom-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .why-box {
        min-height: 200px;
    }

        .why-box h4 {
            font-size: 16px;
        }

        .why-box p {
            font-size: 13px;
        }

    .timeline-section {
        padding: 60px 3%;
    }

    .timeline-header h2 {
        font-size: 30px;
        margin: 12px 0 40px;
    }

    .timeline-slide {
        gap: 25px;
    }

    .timeline-item {
        padding-top: 30px;
    }

        .timeline-item h3 {
            font-size: 32px;
            margin-bottom: 12px;
        }

        .timeline-item h4 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .timeline-item p {
            font-size: 14px;
        }

    .footer-main {
        grid-template-columns: 1fr;
        padding: 50px 30px 40px;
        gap: 35px;
    }

    .footer-col:first-child {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
        padding: 15px 30px;
        height: auto;
        gap: 8px;
        text-align: center;
    }

        .footer-bottom p {
            font-size: 14px;
        }

    .mobile-nav {
        width: 280px;
    }
}

@media (max-width: 640px) {
    .navbar {
        top: 15px;
        height: 56px;
    }

    .logo {
        height: 28px;
    }

    .about-hero {
        padding: 0 25px;
        height: 320px;
    }

    .about-hero-content h1 {
        font-size: 30px;
    }

    .breadcrumb {
        font-size: 13px;
    }

    .about-future-section {
        padding: 50px 25px;
    }

    .about-images {
        height: 380px;
    }

    .img-top {
        width: 250px;
        height: 320px;
        border-radius: 30px;
    }

    .img-bottom {
        width: 230px;
        height: 230px;
        bottom: -25px;
        border-radius: 28px;
    }

    .circle-counter {
        width: 120px;
        height: 120px;
        top: 90px;
        right: 30px;
    }

    .circle-number {
        width: 70px;
        height: 70px;
        font-size: 26px;
    }

    .circle-svg text {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .about-tag img {
        width: 30px;
    }

    .about-tag span {
        font-size: 12px;
    }

    .about-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .about-content p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .why-choose-section {
        padding: 50px 25px;
    }

    .why-choose-wrapper {
        padding: 40px 25px;
        border-radius: 25px;
    }

    .why-left-img {
        height: 250px;
        border-radius: 40px;
    }

    .why-tag img {
        width: 28px;
    }

    .why-tag span {
        font-size: 12px;
    }

    .why-content h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .why-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .why-right-img {
        height: 200px;
    }

    .why-bottom-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .why-box {
        min-height: 180px;
        padding: 20px 18px;
    }

        .why-box img {
            width: 48px;
            padding: 9px;
        }

        .why-box h4 {
            font-size: 15px;
        }

        .why-box p {
            font-size: 13px;
        }

    .timeline-section {
        padding: 50px 25px;
    }

    .timeline-header img {
        width: 28px;
    }

    .timeline-header span {
        font-size: 12px;
    }

    .timeline-header h2 {
        font-size: 28px;
        margin: 10px 0 35px;
    }

    .timeline-slide {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .timeline-item {
        padding-top: 28px;
    }

        .timeline-item::before {
            top: 10px;
        }

        .timeline-item::after {
            width: 12px;
            height: 12px;
            top: 4px;
        }

        .timeline-item h3 {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .timeline-item h4 {
            font-size: 17px;
            margin-bottom: 8px;
        }

        .timeline-item p {
            font-size: 14px;
        }

    .timeline-dots {
        margin-top: 35px;
    }

        .timeline-dots .dot {
            width: 7px;
            height: 7px;
            margin: 0 5px;
        }

    .footer-main {
        padding: 45px 25px 35px;
        gap: 30px;
    }

    .footer-logo {
        width: 150px;
        margin-bottom: 20px;
    }

    .footer-about p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .footer-col h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

        .footer-col h4::after {
            width: 40px;
            bottom: -8px;
        }

    .footer-col ul li {
        margin-bottom: 12px;
    }

        .footer-col ul li a {
            font-size: 14px;
        }

    .footer-contact .contact-item {
        margin-bottom: 18px;
    }

    .contact-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .footer-contact p {
        font-size: 13px;
    }

    .footer-bottom {
        padding: 12px 25px;
    }

        .footer-bottom p {
            font-size: 13px;
        }

    .mobile-nav {
        width: 260px;
    }
}

@media (max-width: 480px) {
    .navbar {
        top: 12px;
        height: 52px;
        width: 90%;
        padding: 0 16px;
    }

    .logo {
        height: 26px;
    }

    .hamburger {
        width: 28px;
        height: 22px;
        
    }

        .hamburger span {
            height: 2px;
        }

    .about-hero {
        padding: 0 20px;
        height: 280px;
    }

    .about-hero-content h1 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .breadcrumb {
        font-size: 12px;
        gap: 6px;
    }

    .about-future-section {
        padding: 45px 20px;
    }

    .about-images {
        height: 340px;
    }

    .img-top {
        width: 220px;
        height: 280px;
        border-radius: 25px;
    }

    .img-bottom {
        width: 200px;
        height: 200px;
        bottom: -20px;
        border-radius: 22px;
    }

    .circle-counter {
        width: 110px;
        height: 110px;
        top: 80px;
        right: 25px;
    }

    .circle-number {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }

    .circle-svg text {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .about-tag img {
        width: 26px;
    }

    .about-tag span {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .about-content h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .about-content p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .why-choose-section {
        padding: 45px 20px;
    }

    .why-choose-wrapper {
        padding: 35px 20px;
        border-radius: 20px;
    }

    .why-left-img {
        height: 220px;
        border-radius: 35px;
    }

    .why-tag img {
        width: 26px;
    }

    .why-tag span {
        font-size: 11px;
    }

    .why-content h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .why-content p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .why-right-img {
        height: 180px;
        border-radius: 20px;
    }

    .why-bottom-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 30px;
    }

    .why-box {
        min-height: 160px;
        padding: 18px 16px;
        border-radius: 18px;
    }

        .why-box img {
            width: 44px;
            padding: 8px;
            margin-bottom: 10px;
        }

        .why-box h4 {
            font-size: 14px;
            margin-bottom: 8px;
        }

        .why-box p {
            font-size: 12px;
        }

    .timeline-section {
        padding: 45px 20px;
    }

    .timeline-header img {
        width: 26px;
    }

    .timeline-header span {
        font-size: 11px;
    }

    .timeline-header h2 {
        font-size: 24px;
        margin: 8px 0 30px;
    }

    .timeline-slide {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .timeline-item {
        padding-top: 25px;
    }

        .timeline-item::before {
            top: 9px;
            height: 1.5px;
        }

        .timeline-item::after {
            width: 10px;
            height: 10px;
            top: 4px;
        }

        .timeline-item h3 {
            font-size: 28px;
            margin-bottom: 8px;
        }

        .timeline-item h4 {
            font-size: 16px;
            margin-bottom: 7px;
        }

        .timeline-item p {
            font-size: 13px;
        }

    .timeline-dots {
        margin-top: 30px;
    }

        .timeline-dots .dot {
            width: 6px;
            height: 6px;
            margin: 0 4px;
        }

    .footer-main {
        padding: 40px 20px 30px;
        gap: 25px;
    }

    .footer-logo {
        width: 130px;
        margin-bottom: 18px;
    }

    .footer-about p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .footer-social {
        gap: 10px;
    }

        .footer-social a {
            width: 36px;
            height: 36px;
            border-radius: 9px;
        }

    .footer-col h4 {
        font-size: 16px;
        margin-bottom: 18px;
    }

        .footer-col h4::after {
            width: 35px;
            height: 1.5px;
            bottom: -7px;
        }

    .footer-col ul li {
        margin-bottom: 10px;
    }

        .footer-col ul li a {
            font-size: 13px;
        }

    .footer-contact .contact-item {
        gap: 12px;
        margin-bottom: 16px;
    }

    .contact-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
        border-radius: 8px;
    }

    .footer-contact strong {
        font-size: 14px;
    }

    .footer-contact p {
        font-size: 12px;
    }

    .footer-bottom {
        padding: 12px 20px;
        gap: 6px;
    }

        .footer-bottom p {
            font-size: 12px;
        }

    .mobile-nav {
        width: 240px;
        padding: 20px 16px;
    }

    .mobile-header {
        margin-bottom: 20px;
    }

        .mobile-header img {
            height: 30px;
        }

    .close-btn {
        font-size: 28px;
    }

    .mobile-links a {
        font-size: 15px;
        padding: 12px 0;
    }

    .mobile-contact {
        padding: 10px;
        margin-top: 20px;
        font-size: 15px;
    }

    .mobile-drop-btn {
        font-size: 15px;
        padding: 12px 0;
    }

        .mobile-drop-btn span {
            font-size: 18px;
        }

    .mobile-drop-menu a {
        font-size: 14px;
        padding: 9px 0;
    }
}

@media (max-width: 400px) {
    .navbar {
        height: 50px;
        padding: 0 14px;
    }

    .logo {
        height: 24px;
        margin-left:80px;
    }

    .about-hero {
        padding: 0 18px;
        height: 260px;
    }

    .about-hero-content h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .breadcrumb {
        font-size: 11px;
    }

    .about-future-section {
        padding: 40px 18px;
    }

    .about-images {
        height: 320px;
    }

    .img-top {
        width: 200px;
        height: 260px;
        border-radius: 22px;
    }

    .img-bottom {
        width: 180px;
        height: 180px;
        bottom: -15px;
        border-radius: 20px;
    }

    .circle-counter {
        width: 100px;
        height: 100px;
        top: 75px;
        right: 20px;
    }

    .circle-number {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .circle-svg text {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .about-tag {
        gap: 10px;
        margin-bottom: 14px;
    }

        .about-tag img {
            width: 24px;
        }

        .about-tag span {
            font-size: 10px;
        }

    .about-content h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .about-content p {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .why-choose-section {
        padding: 40px 18px;
    }

    .why-choose-wrapper {
        padding: 30px 18px;
        border-radius: 18px;
    }

    .why-left-img {
        height: 200px;
        border-radius: 30px;
    }

    .why-tag {
        gap: 10px;
    }

        .why-tag img {
            width: 24px;
        }

        .why-tag span {
            font-size: 10px;
        }

    .why-content h2 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .why-content p {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .why-right-img {
        height: 160px;
        border-radius: 18px;
    }

    .why-bottom-grid {
        gap: 14px;
        margin-top: 25px;
    }

    .why-box {
        min-height: 140px;
        padding: 16px 14px;
        border-radius: 16px;
    }

        .why-box img {
            width: 40px;
            padding: 7px;
            margin-bottom: 8px;
        }

        .why-box h4 {
            font-size: 13px;
            margin-bottom: 7px;
        }

        .why-box p {
            font-size: 11px;
            line-height: 1.5;
        }

    .timeline-section {
        padding: 40px 18px;
    }

    .timeline-header img {
        width: 24px;
    }

    .timeline-header span {
        font-size: 10px;
    }

    .timeline-header h2 {
        font-size: 22px;
        margin: 8px 0 28px;
    }

    .timeline-slide {
        gap: 22px;
    }

    .timeline-item {
        padding-top: 22px;
    }

        .timeline-item::before {
            top: 8px;
        }

        .timeline-item::after {
            width: 9px;
            height: 9px;
            top: 3.5px;
        }

        .timeline-item h3 {
            font-size: 26px;
            margin-bottom: 7px;
        }

        .timeline-item h4 {
            font-size: 15px;
            margin-bottom: 6px;
        }

        .timeline-item p {
            font-size: 12px;
        }

    .timeline-dots {
        margin-top: 28px;
    }

    .footer-main {
        padding: 35px 18px 25px;
        gap: 22px;
    }

    .footer-logo {
        width: 120px;
        margin-bottom: 16px;
    }

    .footer-about p {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .footer-social {
        gap: 8px;
    }

        .footer-social a {
            width: 34px;
            height: 34px;
            border-radius: 8px;
        }

    .footer-col h4 {
        font-size: 15px;
        margin-bottom: 16px;
    }

        .footer-col h4::after {
            width: 32px;
            bottom: -6px;
        }

    .footer-col ul li {
        margin-bottom: 9px;
    }

        .footer-col ul li a {
            font-size: 12px;
        }

    .footer-contact .contact-item {
        gap: 10px;
        margin-bottom: 14px;
    }

    .contact-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .footer-contact strong {
        font-size: 13px;
    }

    .footer-contact p {
        font-size: 11px;
    }

    .footer-bottom {
        padding: 10px 18px;
    }

        .footer-bottom p {
            font-size: 11px;
        }

    .mobile-nav {
        width: 220px;
        padding: 18px 14px;
    }

    .mobile-header img {
        height: 26px;
    }

    .close-btn {
        font-size: 26px;
    }

    .mobile-links a {
        font-size: 14px;
        padding: 11px 0;
    }

    .mobile-contact {
        padding: 9px;
        font-size: 14px;
        margin-top: 18px;
    }

    .mobile-drop-btn {
        font-size: 14px;
        padding: 11px 0;
    }

        .mobile-drop-btn span {
            font-size: 17px;
        }

    .mobile-drop-menu a {
        font-size: 13px;
        padding: 8px 0;
    }
}

@media (max-width: 360px) {
    .navbar {
        height: 48px;
        padding: 0 12px;
    }

    .logo {
        height: 22px;
    }

    .hamburger {
        width: 26px;
        height: 20px;
    }

    .about-hero {
        padding: 0 16px;
        height: 240px;
    }

    .about-hero-content h1 {
        font-size: 22px;
    }

    .about-future-section {
        padding: 35px 16px;
    }

    .about-images {
        height: 300px;
    }

    .img-top {
        width: 180px;
        height: 240px;
        border-radius: 20px;
    }

    .img-bottom {
        width: 160px;
        height: 160px;
        border-radius: 18px;
    }

    .circle-counter {
        width: 90px;
        height: 90px;
        top: 70px;
        right: 18px;
    }

    .circle-number {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .circle-svg text {
        font-size: 7px;
    }

    .about-content h2 {
        font-size: 20px;
    }

    .about-content p {
        font-size: 12px;
    }

    .why-choose-section {
        padding: 35px 16px;
    }

    .why-choose-wrapper {
        padding: 28px 16px;
    }

    .why-left-img {
        height: 180px;
    }

    .why-content h2 {
        font-size: 19px;
    }

    .why-content p {
        font-size: 12px;
    }

    .why-right-img {
        height: 150px;
    }

    .why-box {
        min-height: 130px;
        padding: 14px 12px;
    }

        .why-box img {
            width: 38px;
        }

        .why-box h4 {
            font-size: 12px;
        }

        .why-box p {
            font-size: 11px;
        }

    .timeline-section {
        padding: 35px 16px;
    }

    .timeline-header h2 {
        font-size: 20px;
        margin: 7px 0 25px;
    }

    .timeline-slide {
        gap: 20px;
    }

    .timeline-item {
        padding-top: 20px;
    }

        .timeline-item h3 {
            font-size: 24px;
        }

        .timeline-item h4 {
            font-size: 14px;
        }

        .timeline-item p {
            font-size: 11px;
        }

    .footer-main {
        padding: 30px 16px 22px;
        gap: 20px;
    }

    .footer-logo {
        width: 110px;
    }

    .footer-about p {
        font-size: 11px;
    }

    .footer-social a {
        width: 32px;
        height: 32px;
    }

    .footer-col h4 {
        font-size: 14px;
    }

    .footer-col ul li a {
        font-size: 11px;
    }

    .contact-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .footer-contact strong {
        font-size: 12px;
    }

    .footer-contact p {
        font-size: 10px;
    }

    .footer-bottom {
        padding: 9px 16px;
    }

        .footer-bottom p {
            font-size: 10px;
        }

    .mobile-nav {
        width: 200px;
        padding: 16px 12px;
    }

    .mobile-links a {
        font-size: 13px;
        padding: 10px 0;
    }

    .mobile-contact {
        font-size: 13px;
    }

    .mobile-drop-btn {
        font-size: 13px;
    }

    .mobile-drop-menu a {
        font-size: 12px;
    }
}

@media (min-width: 1600px) {
    .about-future-container {
        max-width: 1500px;
    }

    .why-choose-wrapper {
        max-width: 1550px;
    }

    .footer-main {
        max-width: 1550px;
    }
}

@media (min-width: 1800px) {
    .about-future-container {
        max-width: 1600px;
    }

    .why-choose-wrapper {
        max-width: 1650px;
    }

    .footer-main {
        max-width: 1650px;
    }
}
