.page-template-page-about-new .main,
.page-template-page-about-new .member-lightbox {
    font-size: 18px;
    line-height: 24px;
}
.page-template-page-about-new .main section {
    margin: 0;
}
.page-template-page-about-new .main section.intro {
    padding: 70px 0 90px;
}
.page-template-page-about-new .main .row {
    display: flex;
    flex-wrap: wrap;
}
.page-template-page-about-new .main section:not(.members-section) .row {
    margin: 0;
}
.page-template-page-about-new .main .row:before,
.page-template-page-about-new .main .row:after {
    display: none;
}
.page-template-page-about-new .main h3 {
    margin-top: 0;
}
.page-template-page-about-new .main .stats-footnote {
    margin: 0;
    font: 15px/20px "TVNordEF-Regular", sans-serif;
}
.page-template-page-about-new .main p:last-child {
    margin-bottom: 0;
}
.with-top-line {
    position: relative;
    padding-top: 23px;
}
.with-top-line:before {
    content: '';
    display: block;
    background-color: #FFD13F;
    width: 60px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.hero {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}
.hero h1 {
    margin-top: 0;
}
.hero:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(5,22,38,0) 0%, rgba(5,22,38,0.5) 30%, #051626 100%);
    background: linear-gradient(to bottom, rgba(5,22,38,0) 0%, rgba(5,22,38,0.5) 30%, #051626 100%);
    z-index: 1;
}
.hero .container {
    position: relative;
    z-index: 2;
}
.banner-bg-desktop,
.banner-bg-mobile {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.intro {
    background-color: #021625;
    color: #fff;
    position: relative;
    z-index: 1;
}
.intro-block:not(:first-child) {
    margin-top: 45px;
}
.intro h3 {
    color: #fff;
}
.stats-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.stats-item > span {
    font: 15px/20px "TVNordEF-Regular", sans-serif;
    letter-spacing: 2.1px;
    width: 57%;
    text-align: left;
}
.stats-item-number {
    color: #50C9ED;
    font: 400 48px/1 'TVNordEF-BlackCon', sans-serif;
    width: calc(43% - 12px);
    margin-right: 12px;
    text-align: right;
}
.features h3 {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 32px;

    font: 400 32px/36px 'TVNordEF-Black', sans-serif;
    color: #000;
    text-align: center;
    text-transform: none;
}
.features h3:after {
    content: '';
    display: block;

    width: 60px;
    height: 5px;

    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);

    background-color: #FFD13F;
}
.page-template-page-about-new .main .features .row {
    justify-content: space-around;
}
.text-block {
    max-width: 230px;

    display: flex;
    flex-direction: column;
    align-items: center;

    box-sizing: border-box;
}
.text-block .img-wrap {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 17px;
}
.text-block .img-wrap img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.text-block-copy h4 {
    margin: 0 0 6px;
    font-family: 'TVNordEF-Black', sans-serif;
    line-height: 1.25;
    text-align: center;
    color: #000;
}
.text-block-copy p {
    text-align: center;
    color: #000;
}
.awards h3 {
    color: #000;
}
.award-block img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 144px;
}
.members-section {
    background-color: #fff;
}
.members-section h3 {
    color: #173A56;
}
.member-box {
    box-sizing: border-box;
    cursor: pointer;
}
.member-lightbox {
    display: none;
}
.member-simple-box .member-box-inner {
    background-color: #F1F1F1;
    height: 100%;
    padding: 15px 20px;
}
.member-img-wrap {
    width: 100%;
    position: relative;
}
.member-img-wrap:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: " ";
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #000;
}
.member-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.member-name {
    display: block;
    color: #39BADD;
    font: 400 22px/24px 'TVNordEF-BlackCon';
    margin-bottom: 7px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.member-simple-box .member-name {
    color: #000;
}
.member-title {
    display: block;
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.member-box:hover .member-img-wrap:after {
    opacity: 0.2;
}
.member-box:hover .member-name,
.member-box:hover .member-title {
    color: #39BADD;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.page-template-page-about-new .fancybox-slide--html {
    padding: 0;
}
.page-template-page-about-new .fancybox-navigation .fancybox-button {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 54px;
    height: 31px;
    padding: 0;
    opacity: 1;
    visibility: visible;
}
.page-template-page-about-new .fancybox-navigation .fancybox-button * {
    display: none !important;
}
.page-template-page-about-new .fancybox-navigation .fancybox-button--arrow_left {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='52.668' height='30' viewBox='0 0 52.668 30'%3e%3cpath id='Path_72' data-name='Path 72' d='M172.166,895l-15-15,15-15,2.579,2.544-10.614,10.614h45.7v3.683h-45.7l10.614,10.581Z' transform='translate(-157.166 -865)' fill='%234fc8ed'/%3e%3c/svg%3e ");
}
.page-template-page-about-new .fancybox-navigation .fancybox-button--arrow_right {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='52.668' height='30' viewBox='0 0 52.668 30'%3e%3cg id='Group_101' data-name='Group 101' transform='translate(-1470.166 -865)'%3e%3cpath id='Path_73' data-name='Path 73' d='M1507.834,865l15,15-15,15-2.579-2.544,10.614-10.614h-45.7v-3.683h45.7l-10.614-10.581Z' fill='%234fc8ed'/%3e%3c/g%3e%3c/svg%3e");
}
.member-lightbox .container {
    width: 100% !important;
    max-width: 1170px;
}
.member-lightbox .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.member-lightbox h2 {
    color: #173A56;
    margin-top: 0;
    margin-bottom: 15px;
}

/* Roi 06/07/23 */
.member-lightbox .member-copy-lightbox p a {
    text-decoration: none;
}
.member-lightbox .member-copy-lightbox p a:hover {
    text-decoration: underline;
}

/* Copy of Drake's code from page editor 07/07/23 */
@media (min-width: 992px) {
    .prlx-img.img-top-left {
        left: 30px !important;
    }
}

@media (min-width: 1200px) {
    .prlx-img.img-top-left {
        width: 400px !important;
        height: 295px !important;
    }
}

@media (min-width: 1520px) {
    .prlx-img.img-top-left {
        width: 520px !important;
        height: 355px !important;
    }
}
/* End */

.fancybox-slide--html .member-lightbox .fancybox-close-small {
    width: 64px;
    height: 64px;
    padding: 0;
}
.member-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 17px;
    width: 100%;
}
.member-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 19px;
    text-decoration: none;
    outline: none !important;
}
.member-socials svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.member-title-lightbox {
    color: #04111A;
    display: block;
}
.member-img-wrap-lightbox img {
    display: block;
    width: 100%;
    height: auto;
}
.member-testimonial {
    background-color: #173A56;
    color: #fff;
    padding: 75px 30px 70px;
}
.member-testimonial span {
    display: block;
    position: relative;
}
.member-testimonial span:before,
.member-testimonial span:after {
    z-index: 5;
    line-height: 0;
    font-size: 150px;
    display: block;
    color: #fff;
}
.member-testimonial span:before {
    content: "“";
    position: relative;
    right: auto;
    left: -7px;
}
.member-testimonial span:after {
    content: "„";
    position: absolute;
    top: calc(100% - 20px);
    left: auto;
    padding: 0;
}
.member-copy-lightbox {
    color: #021625;
    margin-top: 30px;
}
.page-template-page-about-new .fancybox-bg {
    background: #fff;
}
.page-template-page-about-new .fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.contact {
    background: transparent linear-gradient(0deg, #67A1BB 0%, #14334A 0%, #021625 65%, #021625 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.contact .lines {
    background: url("../../imgs/bg-lines.png") no-repeat 50% 80%;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contact-copy {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.contact-copy .with-top-line:before {
    left: calc(50% - 30px);
}
.contact-copy h3 {
    margin-bottom: 15px;
}
.contact-copy p {
    margin: 0;
}
.contact-copy .btn {
    margin-top: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn.btn-outline-white:hover {
    background-color: #4FC8ED;
    border-color: #4FC8ED;
    color: #fff;
}
.page-template-page-about-new .member-lightbox {
    vertical-align: top;
}
.intro-block p,
.contact-copy p,
.text-block-copy p,
.page-template-page-about-new .member-lightbox .member-copy-lightbox,
.page-template-page-about-new .member-lightbox .member-testimonial {
    line-height: 27px;
}

.infra-scale {
    padding: 120px 0 70px;
    overflow: hidden;
}

.infra-scale .container {
    position: relative;
}

.infra-scale .container > svg {
    position: absolute;
    top: -80px; left: 505px;
}

.infra-scale h3,
.infra-scale p {
    color: #fff;
}

.infra-scale h3 {
    margin: 0 0 16px;
}

.infra-scale__infra {
    max-width: 656px;
    margin: 0 0 68px;
}

.infra-scale__infra p {
    color: #fff;
}

.infra-scale__infra p:first-of-type {
    font-size: 26px;
    line-height: 1.45;
}

.infra-scale__infra p:not(:first-of-type) {
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 27px;
}

.infra-scale__infra a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 6px;
}

.infra-scale__infra a span {
    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.infra-scale__infra a svg {
    position: relative;
    bottom: 1px;
}

.infra-scale__scale {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 60px;
}

.infra-scale__scale_left {
    width: 100%;
    max-width: 180px;
    flex-shrink: 0;
}

.infra-scale__scale_left p {
    font-size: 15px;
    line-height: 24px;
}

.infra-scale__scale_stats {
    width: 100%;
    max-width: 850px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;

    /*gap: 20px 50px;*/
    gap: 20px 2%;
    padding: 18px 0 0;
    margin: 0;

    list-style-type: none;
}

.infra-scale__scale_stats .infra-scale__scale_stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 12px;
}

.infra-scale__scale_stat span {
    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    width: 50%;
}
.infra-scale__scale_stat strong {
    width: calc(50% - 12px);
    text-align: right;
}
.infra-scale__scale_stat strong,
.infra-scale__scale_stat strong span {
    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 54px;
    color: #50C9ED;
    letter-spacing: normal;
    text-transform: uppercase;
}
.infra-scale__scale_stat strong span {
    width: auto;
}

@media (min-width: 480px) {
    .banner-bg-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .hero {
        /*min-height: 785px;*/
        padding: 240px 0 70px;
    }
    .hero h1 {
        font-size: 70px;
        line-height: 62px;
        letter-spacing: 1.4px;
        margin-bottom: 15px;
    }
    .hero p {
        max-width: 580px;
        font-size: 26px;
        line-height: 1.45;
    }
    .hero .col {
        width: 63%;
    }
    .intro .container {
        /*position: relative;*/
        /*top: -90px;*/
    }
    .intro h3 {
        margin-bottom: 22px;

        font-family: 'TVNordEF-Black', sans-serif;
        font-size: 32px;
        line-height: 1.25;
    }
    .page-template-page-about-new .main .intro .row {
        flex-wrap: nowrap;
        align-items: center;
        gap: 0 100px;
    }
    .intro .col:first-child {
        width: 100%;
        max-width: 490px;
        flex-shrink: 0;
    }
    .intro .col:last-child {
        width: 100%;
    }
    /*.intro .col:first-child {*/
    /*    width: calc(86% - 265px);*/
    /*    margin-right: 14%;*/
    /*}*/
    /*.intro .col:last-child {*/
    /*    width: 265px;*/
    /*}*/
    .stats-item:not(:last-child) {
        margin-bottom: 25px;
    }
    .features {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .awards h3 {
        margin-bottom: 50px;
    }
    .text-block-copy {
        width: 100%;
    }
    .text-block-ctas {
        margin-top: 17px;
        align-items: flex-start;
    }
    .text-block-ctas a {
        letter-spacing: 2.1px;
    }
    .awards {
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .awards .row {
        justify-content: flex-start;
        column-gap: 18px;
    }
    .award-block {
        flex: auto 0 0;
    }
    .members-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .members-section h3 {
        margin-bottom: 30px;
    }
    .members-container {
        padding-bottom: 40px;
    }
    .member-box:not(.member-simple-box) {
        margin-bottom: 40px;
    }
    .member-box.member-simple-box {
        margin-bottom: 25px;
    }
    .member-img-wrap {
        margin-bottom: 20px;
    }
    .member-socials {
        margin-top: 17px;
    }
    .member-lightbox h2 {
        font-size: 50px;
        line-height: 48px;
        letter-spacing: 1px;
    }
    .member-title-lightbox {
        font-size: 26px;
        line-height: 30px;
    }
    .fancybox-slide--html .member-lightbox .fancybox-close-small {
        top: 30px;
    }
    .contact-copy {
        width: 435px;
    }
    .fancybox-slide--html .member-lightbox .fancybox-close-small {
        right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .page-template-page-about-new .fancybox-navigation .fancybox-button--arrow_left {
        left: 15px;
    }
    .page-template-page-about-new .fancybox-navigation .fancybox-button--arrow_right {
        right: 15px;
    }
}

@media (min-width: 992px) {
    /*.hero {*/
    /*    min-height: 705px;*/
    /*}*/
    /*.text-block {*/
    /*    padding-right: 70px;*/
    /*}*/
    .awards .row {
        justify-content: space-between;
    }
    .member-box {
        border-left: 0.5px solid rgba(51,51,51,.2);
        padding-left: 15px;
        padding-right: 15px;
        width: 25%;
    }
    .member-box:nth-child(4n+1) {
        border-left: 0;
    }
    .prlx-img {
        position: absolute;
    }
    .prlx-img.img-top-left {
        top: 0;
        left: 60px;
        width: 340px;
        height: 245px;
    }
    .prlx-img.img-top-right {
        top: 0;
        right: -120px;
        width: 350px;
        height: 350px;
    }
    .prlx-img.img-bottom-left {
        bottom: -60px;
        left: -100px;
        width: 400px;
        height: 305px;
    }
    .prlx-img.img-bottom-right {
        bottom: -100px;
        right: 50px;
        width: 300px;
        height: 300px;
    }
    .prlx-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .page-template-page-about-new .member-lightbox {
        padding: 100px 120px 120px;
        width: 100%;
    }
    .contact {
        height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px)  {
    .member-lightbox .col:first-child {
        width: calc(95% - 300px);
        margin-right: 5%;
    }
    .member-lightbox .col:last-child {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .hero {
        min-height: 685px;
    }
    .awards .row {
        column-gap: 100px;
    }
    .member-lightbox .col:first-child {
        width: calc(88% - 360px);
        margin-right: 12%;
    }
    .member-lightbox .col:last-child {
        width: 360px;
    }
    .member-testimonial {
        padding-right: 48px;
    }
    .prlx-img.img-top-left {
        width: 370px;
        height: 265px;
    }
    .prlx-img.img-top-right {
        width: 400px;
        height: 400px;
    }
    .prlx-img.img-bottom-left {
        left: -160px;
        width: 500px;
        height: 385px;
    }
    .prlx-img.img-bottom-right {
        width: 370px;
        height: 370px;
        bottom: -200px;
        right: 100px;
    }
    .contact {
        height: 550px;
    }
    .member-testimonial span:after {
        right: -30px;
    }
    .infra-scale__scale_stats .infra-scale__scale_stat:first-of-type,
    .infra-scale__scale_stats .infra-scale__scale_stat:nth-of-type(4) {
        width: 34%;
    }
    .infra-scale__scale_stats .infra-scale__scale_stat:nth-of-type(2),
    .infra-scale__scale_stats .infra-scale__scale_stat:nth-of-type(5) {
        width: 36%;
    }
    .infra-scale__scale_stats .infra-scale__scale_stat:nth-of-type(3),
    .infra-scale__scale_stats .infra-scale__scale_stat:last-of-type {
        width: 26%;
    }
}

@media (min-width: 1400px) {
    .page-template-page-about-new .fancybox-navigation .fancybox-button--arrow_left {
        left: auto !important;
        right: calc(((100% - 1170px) / 2) + 1220px);
    }
    .page-template-page-about-new .fancybox-navigation .fancybox-button--arrow_right {
        right: auto !important;
        left: calc(((100% - 1170px) / 2) + 1230px);
    }
}

@media (min-width: 1520px) {
    .contact {
        height: 720px;
    }
    .prlx-img.img-top-left {
        width: 490px;
        height: 355px;
    }
    .prlx-img.img-top-right {
        width: 597px;
        height: 597px;
    }
    .prlx-img.img-bottom-left {
        width: 628px;
        height: 483px;
    }
    .prlx-img.img-bottom-right {
        width: 480px;
        height: 480px;
    }
}

@media (max-width: 1199px) {
    .member-testimonial span:after {
        right: -12px;
    }
    .page-template-page-about-new .main .intro .row {
        gap: 0 40px;
    }
    .infra-scale__scale_stats .infra-scale__scale_stat {
        width: 48%;
    }
    .infra-scale__scale_stats .infra-scale__scale_stat:nth-of-type(3) {
        order: 1;
    }
    .infra-scale__scale_stats .infra-scale__scale_stat:nth-of-type(6) {
        order: 2;
    }
}

@media (max-width: 991px) {
    .member-box {
        width: calc(50% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
    .member-box:not(.member-simple-box) {
        margin-bottom: 25px;
    }
    .member-box.member-simple-box {
        margin-bottom: 20px;
    }
    .fancybox-navigation .fancybox-button {
        top: auto;
        bottom: 85px;
    }
    .page-template-page-about-new .fancybox-inner {
        display: flex;
        flex-direction: column;
    }
    .page-template-page-about-new .fancybox-stage {
        position: static;
        height: calc(100% - 60px);
    }
    .page-template-page-about-new .fancybox-navigation {
        border-top: 1px solid #ddd;
        order: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding: 0 15px;
    }
    .page-template-page-about-new .fancybox-navigation .fancybox-button {
        position: static;
        width: 40px;
        height: 24px;
    }
    .member-lightbox .col:last-child {
        max-width: 345px;
        margin: 0 auto;
    }
    .member-copy-lightbox {
        margin-bottom: 30px;
    }
    .prlx-img:not(.lines) {
        display: none;
    }
    .contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact .lines {
        background-size: 1000px auto;
        background-position: 50% 0;
    }
}

@media (max-width: 767px) {
    .page-template-page-about-new .main h3 {
        font-size: 30px;
        line-height: 1.25;
    }
    .hero {
        min-height: 460px;
    }
    .hero h1 {
        font-size: 40px;
        line-height: 36px;
        letter-spacing: 0.68px;
        margin-bottom: 30px;
    }
    .hero p {
        line-height: 27px;
    }
    .hero .col {
        width: 100%;
    }
    .intro {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .intro h3 {
        margin-bottom: 12px;
    }
    .intro .subtitle {
        margin-bottom: 20px;
    }
    .intro .col {
        width: 100%;
    }
    .stats-item {
        margin: 0 auto 25px;
        width: 270px;
    }
    .features {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .features h3,
    .awards h3 {
        text-align: center;
    }
    .features h3 {
        margin-bottom: 30px;
    }
    .awards h3 {
        margin-bottom: 20px;
    }
    .features p,
    .awards p {
        text-align: center;
    }
    .award-block {
        width: 50%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .features .with-top-line:before,
    .awards .with-top-line:before {
        left: calc(50% - 30px);
    }
    .text-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .text-block-copy h4 {
        font-size: 22px;
        line-height: 25px;
    }
    .text-block-ctas {
        margin-top: 15px;
        align-items: center;
    }
    .text-block-ctas a {
        letter-spacing: 2.07px;
    }
    .awards {
        padding-bottom: 30px;
    }
    .members-section {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .members-section .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .members-section h3 {
        margin-bottom: 20px;
    }
    .members-container {
        padding-bottom: 30px;
    }
    .member-box.member-simple-box {
        width: calc(100% - 16px);
    }
    .member-img-wrap {
        margin-bottom: 16px;
    }
    .page-template-page-about-new .member-lightbox {
        padding: 60px 0 0;
    }
    .member-lightbox h2 {
        font-size: 30px;
        line-height: 27px;
    }
    .member-socials {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .banner-bg-desktop {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {

    .page-template-page-about-new .main .features .row,
    .page-template-page-about-new .main .intro .row,
    .infra-scale__scale {
        flex-direction: column;
        gap: 40px 0;
    }

    .text-block {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {

    .page-template-page-about-new .main section.intro {
        padding: 48px 0;
    }

    .intro .col img {
        width: 100%;
    }

    .infra-scale {
        padding: 60px 0;
    }

    .infra-scale__scale {
        gap: 15px 0;
    }

    .infra-scale__infra p:first-of-type {
        font-size: 18px;
        line-height: 27px;
    }

    .infra-scale__infra p:not(:first-of-type) {
        line-height: 27px;
    }
    .infra-scale__scale_stats {
        max-width: 270px;
        margin: 0 auto;
    }
    .infra-scale__scale_stats .infra-scale__scale_stat {
        width: 100%;
    }

    .page-template-page-about-new .main section.awards {
        padding: 60px 0;
    }
}