@media only screen and (max-width:1439px) and (min-width:1366px) {
    .container {
        max-width: calc(100% - 50px);
        margin: 0 auto;
    }
}

@media only screen and (max-width:1366px) {
    :root {
        --container-width: 1200px;
    }

    h1 {
        font-size: 60px;
    }

    .sub-h2 {
        font-size: 50px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 35px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 22px;
    }

    .bt-1 {
        font-size: 70px;
    }

    /* 
    .bt-2 {
        font-size: 50px;
    } */

    .bt-3 {
        font-size: 25px;
    }

    .bt-2 {
        font-size: 30px;
    }

    /* .bt-7 {
        letter-spacing: 2.08px;
    } */

    .hero-banner {
        min-height: 640px;
    }

    .trusted__card-title {
        padding-right: 0;
    }

    .principles {
        min-height: 560px;
    }

    .principles__container {
        padding-top: 120px;
    }

    .principles__item {
        padding: 37px;
    }

    .cta {
        min-height: 520px;
    }

    .related-insights__header {
        margin-bottom: 40px;
    }

    .related-insights__list {
        column-gap: 24px;
    }

    /* .related-insights .container,
    .article-body__content {
        padding-block: 90px;
    } */

    .trusted__intro {
        margin-right: 0;
    }

}

@media (min-width: 1199px) and (max-width: 1270px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width:1199px) {
    :root {
        --container-width: 100%;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-size: 50px;
    }

    .sub-h2 {
        font-size: 45px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 32px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 21px;
    }

    .bt-1 {
        font-size: 60px;
    }

    /* .bt-2 {
        font-size: 45px;
    } */

    .bt-7 {
        font-size: 16px;
    }

    .bt-2 {
        font-size: 25px;
    }

    .bt-3 {
        font-size: 20px;
    }

    .sub-h2 {
        letter-spacing: normal;
    }

    .trusted__header {
        flex-direction: column;
        gap: 20px;
    }

    .trusted_content {
        gap: 40px;
    }

    .principles__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .principles__item:nth-child(3) {
        border-right: 1px solid rgba(248, 247, 244, 0.2);
    }

    /* .principles__item:last-child {
        border-right: none;
    } */

    .principles__item:nth-child(4),
    .principles__item:nth-child(5) {
        border-top: 1px solid rgba(248, 247, 244, 0.2);
    }

    .principles__item:nth-child(3) {
        border-bottom: 1px solid rgba(248, 247, 244, 0.2);
    }

    .principles__item {
        padding: 30px;
    }

    .cta__content {
        gap: 24px;
    }

    .disciplines__grid {
        margin-top: 40px;
    }

    .related-insights__card-title {
        padding-bottom: 18px;
    }

    /* .related-insights .container,
    .article-body__content {
        padding-block: 70px;
    } */

    .disciplines__content {
        padding: 32px 20px 20px 20px;
    }
}

@media only screen and (max-width:1024px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 40px;
    }

    .sub-h2 {
        font-size: 38px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 30px;
    }

    .bt-1 {
        font-size: 50px;
    }

    /* .bt-2 {
        font-size: 40px;
    } */

    .bt-2 {
        font-size: 20px;
    }

    .bt-4 {
        font-size: 22px;
    }

    .bt-5 {
        font-size: 16px;
    }

    .bt-6 {
        font-size: 14px;
    }

    .hero-banner {
        min-height: 550px;
    }

    .btn-primary {
        padding: 16px 16px 20px 16px;
    }

    .trusted__grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 48px;
    }

    .trusted__grid {
        margin-top: 20px;
    }

    .trusted__card-text {
        max-width: 300px;
    }

    .trusted__card:nth-child(2),
    .trusted__card:nth-child(3),
    .trusted__card:nth-child(4) {
        margin-top: 0;
    }

    .principles__item {
        padding: 20px;
    }

    .cta {
        min-height: 480px;
    }

    .disciplines__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .disciplines__card:not(:first-child) {
        margin-left: 0;
    }

    .disciplines__card:nth-child(even) {
        margin-left: -1px;
    }

    .disciplines__card:nth-child(n+3) {
        margin-top: -1px;
    }

    .trusted__header {
        margin-bottom: 30px;
    }

    .trusted_content {
        padding-left: 25px;
    }

    /* .related-insights .container,
    .article-body__content {
        padding-block: 60px;
    } */


}

@media only screen and (max-width:991px) {
    .principles__container {
        padding-top: 100px;
    }

    .principles__heading {
        margin-bottom: 40px;
        padding-inline: 20px;
    }

    .related-insights__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 32px;
    }

    .related-insights__card-title {
        max-width: 100%;
    }

    .related-insights__link {
        margin-top: 12px;
    }

    .related-insights__card-title {
        padding-bottom: 15px;
        margin-top: 12px;
    }

    .related-insights__list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 32px;
    }

    .related-insights__title br {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .bt-1,
    .bt-2,
    .bt-4,
    .bt-6,
    .bt-7,
    .sub-h2 {
        line-height: normal;
        /* letter-spacing: normal; */
    }

    h1,
    .bt-1,
    .bt-2,
    .bt-4,
    .bt-6,
    .bt-7 {
        letter-spacing: normal;
    }

    h1 {
        font-size: 30px;
    }

    .sub-h2 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 19px;
        letter-spacing: 0;
    }

    .bt-1 {
        font-size: 30px;
    }

    .bt-2 {
        font-size: 25px;
    }

    .bt-4 {
        font-size: 20px;
    }

    .bt-5 {
        font-size: 14px;
    }

    .btn-primary {
        font-size: 14px;
    }

    .trusted__header {
        margin-bottom: 40px;
    }

    .trusted__grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 25px;
    }

    .trusted__card-text {
        margin-top: 10px;
    }

    .principles {
        min-height: auto;
    }

    .principles__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .principles__item:nth-child(2) {
        border-right: 1px solid rgba(248, 247, 244, 0.2);
    }

    .principles__item:nth-child(3),
    .principles__item:nth-child(4),
    .principles__item:nth-child(5) {
        border-top: 1px solid rgba(248, 247, 244, 0.2);
    }

    .principles__item:last-child {
        /* grid-column: 1 / -1; */
        border-right: 1px solid rgba(248, 247, 244, 0.2);
    }

    .principles__title {
        margin-bottom: 10px;
    }

    .principles__item:nth-child(3) {
        border-bottom: none;
    }

    .principles__item:nth-child(4) {
        border-bottom: 1px solid rgba(248, 247, 244, 0.2);
        border-left: none;
    }

    .cta {
        min-height: 460px;
    }

    .cta__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .disciplines__grid {
        grid-template-columns: 1fr;
    }

    .disciplines__card {
        min-height: 340px;
        margin-left: 0 !important;
    }

    .disciplines__card:not(:first-child) {
        margin-top: -1px;
    }

    .disciplines__media,
    .disciplines__overlay {
        opacity: 1;
    }

    .related-insights__list {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .related-insights__view-all {
        padding: 12px 18px;
    }


    /* .related-insights .container,
    .article-body__content {
        padding-block: 50px;
    } */

    /* .cta__title {
        font-size: clamp(30px, 8vw, 44px);
    } */
}

@media only screen and (max-width:580px) {
    .trusted__intro {
        max-width: 100%;
    }

    .trusted__title {
        max-width: 100%;
    }

    .trusted__title br {
        display: none;
    }

    .trusted_content {
        gap: 25px;
        padding-left: 25px;
    }

    .trusted__icon {
        height: 40px;
        width: 40px;
    }

    .principles__list {
        grid-template-columns: 1fr;
    }

    .principles__item {
        border-left: none;
        border-right: none !important;
        border-top: 1px solid rgba(248, 247, 244, 0.2);
    }

    .principles__item:first-child {
        border-top: none;
    }

    .cta__container {
        padding-bottom: 32px;
    }

    .cta {
        min-height: 350px;
    }

    .trusted__grid {
        grid-template-columns: 1fr;
    }

    .disciplines__card {
        min-height: 300px;
    }

    .disciplines__content {
        padding: 20px;
    }

    .related-insights__header {
        margin-bottom: 24px;
    }

    /* .related-insights .container,
    .article-body__content {
        padding-block: 40px;
    } */
}