.aboutPageModern .aboutContent {
        padding-left: 0;
    }
    .aboutPageModern .aboutText {
        margin: 0 0 24px;
    }
    .aboutPageModern .aboutText:last-child {
        margin-bottom: 0;
    }
    .aboutPageModern .aboutIntro {
        margin-bottom: 42px;
    }
    .aboutPageModern .aboutIntroTitle {
        margin: 0 0 28px;
        font-size: 46px;
        line-height: 1.1;
    }
    .aboutPageModern .aboutFounder {
        align-items: flex-start;
        margin-top: 10px;
    }
    .aboutPageModern .aboutFounderMedia {
        align-self: flex-start;
    }
    .aboutPageModern .aboutFounderPhotoWrap {
        position: relative;
    }
    .aboutPageModern .aboutFounderPhoto {
        width: 100%;
        border-radius: 24px;
        object-fit: cover;
        box-shadow: 0 18px 50px rgba(18, 45, 41, 0.14);
    }
    .aboutPageModern .aboutFounderLabel {
        display: inline-block;
        margin-bottom: 18px;
        color: #3b8cb9;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
    .aboutPageModern .aboutFounderQuote {
        position: relative;
        margin: 0;
        padding: 56px 36px 36px 42px;
        border-left: 4px solid #3b8cb9;
        border-radius: 22px;
        background: #f8fbfd;
    }
    .aboutPageModern .aboutFounderQuote:before {
        content: "\201C";
        position: absolute;
        top: 10px;
        left: 18px;
        color: rgba(59, 140, 185, 0.18);
        font-size: 88px;
        line-height: 1;
        font-family: Georgia, serif;
    }
    .aboutPageModern .aboutFounderQuote p {
        position: relative;
        margin: 0 0 18px;
    }
    .aboutPageModern .aboutFounderQuote p:last-of-type {
        margin-bottom: 0;
    }
    .aboutPageModern .aboutFounderAuthor {
        display: block;
        margin-top: 20px;
        font-size: 18px;
        font-weight: 700;
        color: #3b8cb9;
    }
    @media (min-width: 992px) {
        .aboutPageModern .aboutFounderMedia {
            position: sticky;
            top: var(--about-sticky-top, 100px);
        }
    }
    @media (max-width: 1199px) {
        .aboutPageModern .aboutIntroTitle {
            font-size: 40px;
        }
        .aboutPageModern .aboutText {
            font-size: 22px;
        }
    }
    @media (max-width: 991px) {
        .aboutPageModern .aboutIntroTitle {
            font-size: 34px;
        }
        .aboutPageModern .aboutText {
            font-size: 20px;
        }
    }
    @media (max-width: 767px) {
        .aboutPageModern .aboutIntroTitle {
            font-size: 28px;
        }
        .aboutPageModern .aboutFounderQuote {
            padding: 28px 22px 28px 28px;
        }
        .aboutPageModern .aboutFounderQuote:before {
            left: 10px;
            font-size: 68px;
        }
        .aboutPageModern .aboutText {
            font-size: 18px;
        }
    }
