
@media (max-width: 1199.98px) {
    .history-title {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .history-section {
        padding: 30px 0 20px 0;
        text-align: center;
    }

    .history-title {
        font-size: 32px;
    }

    .history-text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .history-img-wrapper {
        margin-top: 20px;
        padding: 0;
    }

    #navbar {
        height: 80px;
    }
}

@media (max-width: 767.98px) {
    .history-title {
        font-size: 28px;
    }

    .history-text {
        font-size: 15px;
    }

    .about-cards-section {
        padding: 25px 0;
    }

    .info-card {
        padding: 30px !important;
    }

    .growth-section {
        padding: 25px 0;
        text-align: center;
    }

    .growth-img-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .history-title {
        font-size: 24px;
    }

    .info-card {
        padding: 20px !important;
    }

    .card-title {
        font-size: 18px;
    }

    .stack-container {
        flex-direction: column;
        gap: 20px;
    }

    .main-img,
    .side-img {
        width: 90% !important;
        height: auto !important;
        margin: 0 auto !important;
        transform: none !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }
}