@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
        padding-top: 6.5rem;
    }
    .featured {
        margin-top: 0;
    }
}
@media (max-width: 575.98px) {
    .pack-title {
        font-size: 2rem;
    }
    .pack-price {
        font-size: 2.8rem;
    }
    .feature-title {
        font-size: 1.6rem;
    }
    .feature-text {
        font-size: 1.05rem;
    }
}
@media (max-width: 768px) {
    .img-logo {
        width: 250px;
        max-width: 250px;
        height: 100px !important;
        max-height: 100px !important;
    }
}
@media (max-width: 425px) {
    .img-logo {
        width: 300px;
        max-width: 300px;
        height: 100px !important;
        max-height: 100px !important;
    }
}
@media (max-width: 991.98px) {
    .btca-title {
        font-size: 2rem;
    }
    .btca-subtitle {
        font-size: 1.1rem !important;
    }
    .btca-pack-card .display-3 {
        font-size: 2.5rem;
    }
}
@media (max-width: 575.98px) {
    .btca-title {
        font-size: 1.5rem;
    }
    .btca-subtitle,
    .btca-contact-card p,
    .btca-footer-banner p {
        font-size: 1rem !important;
    }
    .btca-pack-card .h1 {
        font-size: 1.8rem;
    }
}
@media (max-width: 991.98px) {
    .btca-bonus-img {
        max-height: 240px;
    }
    .btca-media-img-main,
    .btca-media-img-side {
        max-height: 300px;
    }
}
@media (max-width: 767.98px) {
    .btca-pack-logo {
        max-width: 320px;
    }
    .btca-pack-title {
        font-size: 2.2rem;
    }
    .btca-pack-intro {
        font-size: 1.15rem !important;
    }
    .btca-btn-main,
    .btca-btn-secondary {
        width: 100%;
    }
}