@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }

    .w-lg-25 {
        width: 25%;
    }
    .w-lg-50 {
        width: 50%;
    }
    .w-lg-85 {
        width: 85%;
    }
    .w-lg-70 {
        width: 50%;
    }
    .w-lg-75 {
        width: 75%;
    }
    .w-lg-80 {
        width: 50%;
    }
    .w-lg-90 {
        width: 75%;
    }
    .w-lg-100 {
        width: 100%;
    }
    .contact-shapebg::before {
        content: "";
        position: fixed;
        background: #c3dddc;
        width: 120%;
        height: 90%;
        overflow-x: hidden;
        z-index: -35;
        right: -20px;
        top: 85px;
        border-top-right-radius: 100px;
        padding: 80px;
    }
    .te-card {
        height: 250px;
    }
}
@media screen and (max-width: 992px) {
    body,
    html {
        overflow-x: hidden !important;
    }
    .mt-section {
        margin-top: 50px;
    }
    .mt-section-x2 {
        margin-top: 80px;
    }
    .ach-side {
        margin-top: 50px;
        text-align: center;
    }
    .ach-title {
        font-size: 30px;
        font-weight: bold;
    }
    .ach-card img {
        width: 32px;
    }
    .fs-64 {
        font-size: 40px;
    }
    .fs-16 {
        font-size: 14px;
    }
    .member-image {
        width: 100px;
        height: 100px;
    }
    .members-filter-wrapper,
    .members-wrapper {
        justify-content: center;
    }
    .member-filter {
        font-size: 18px;
    }
    .member-card {
        padding-inline: 10px !important;
    }
    .member-devider {
        margin-bottom: 5px;
    }
    .member-name {
        margin-top: 5px;
        font-size: 18px;
        text-align: center;
    }
    .member-role {
        font-size: 14px;
    }
    .stretch-column {
        padding: 20px 12px;
    }
    .partners-filter-btn {
        max-width: 100%;
    }
    .membership-header {
        padding: 25px;
    }
    .membership-header h2 {
        font-size: 30px;
    }
    .fs-60 {
        font-size: 50px;
    }
    .xd-btn.large-lemon,
    .xd-btn-outline.large-lemon {
        padding: 15px 50px;
    }
    .xd-modal .xd-modal-body {
        width: 90%;
    }
    .testi-swiper .swiper-wrapper {
        padding-bottom: 60px;
    }
    select.members-filter-m {
        border-radius: 5px;
        border: 1px solid var(--primary);
        background: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 15px;
        color: var(--primary);
    }
    .te-content {
        font-size: 16px;
    }
}
