section[data-cattype="901"] {
    --about-901-orange: #FA9028;
    --about-901-blue: #06346E;
    --about-901-text: #171717;
    --about-901-icon-size: 48px;
    --about-901-icon-radius: 7px;
    --about-901-icon-bg: #FA9028;
    --about-901-icon-padding: 4px;
    background: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    overflow: hidden;
}

section[data-cattype="901"] .about-overview-901 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 700px;
}

section[data-cattype="901"] .about-overview-901-copy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 72px 92px 72px 50px;
}

section[data-cattype="901"] .about-overview-901-inner {
    width: 100%;
    max-width: 660px;
    text-align: left;
}

section[data-cattype="901"] .about-overview-901-inner h2 {
    margin: 0 0 20px;
    font-size: 50px;
    line-height: 1.12;
    font-weight: 700;
    color: var(--about-901-text);
    text-align: left !important;
}

section[data-cattype="901"] .about-overview-901-intro,
section[data-cattype="901"] .about-overview-901-intro p,
section[data-cattype="901"] .about-overview-901-intro div {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    color: var(--about-901-text);
    text-align: left !important;
}

section[data-cattype="901"] .about-overview-901-list {
    margin-top: 48px;
    text-align: left;
}

section[data-cattype="901"] .about-overview-901-feature {
    display: grid;
    grid-template-columns: var(--about-901-icon-size) 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 28px;
    text-align: left;
}

section[data-cattype="901"] .about-overview-901-feature:last-child {
    margin-bottom: 0;
}

section[data-cattype="901"] .about-overview-901-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--about-901-icon-size);
    height: var(--about-901-icon-size);
    border-radius: var(--about-901-icon-radius);
    background: var(--about-901-icon-bg);
    overflow: hidden;
    padding: var(--about-901-icon-padding);
}

section[data-cattype="901"] .about-overview-901-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

section[data-cattype="901"] .about-overview-901-feature-copy {
    text-align: left !important;
}

section[data-cattype="901"] .about-overview-901-feature-copy h3 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--about-901-text);
    text-align: left !important;
}

section[data-cattype="901"] .about-overview-901-feature-copy,
section[data-cattype="901"] .about-overview-901-feature-copy p,
section[data-cattype="901"] .about-overview-901-feature-copy div {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: var(--about-901-text);
    text-align: left !important;
}

section[data-cattype="901"] .about-overview-901-photo {
    position: relative;
    min-height: 700px;
    background: #a8aaae;
    overflow: hidden;
}

section[data-cattype="901"] .about-overview-901-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 700px;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 1199px) {
    section[data-cattype="901"] .about-overview-901-copy {
        padding: 62px 52px 62px 24px;
    }

    section[data-cattype="901"] .about-overview-901-inner h2 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    section[data-cattype="901"] .about-overview-901 {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    section[data-cattype="901"] .about-overview-901-copy {
        justify-content: center;
        padding: 54px 24px;
    }

    section[data-cattype="901"] .about-overview-901-inner {
        max-width: 720px;
    }

    section[data-cattype="901"] .about-overview-901-photo,
    section[data-cattype="901"] .about-overview-901-photo img {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    section[data-cattype="901"] .about-overview-901-copy {
        padding: 46px 18px;
    }

    section[data-cattype="901"] .about-overview-901-inner h2 {
        font-size: 34px;
    }

    section[data-cattype="901"] .about-overview-901-intro,
    section[data-cattype="901"] .about-overview-901-intro p,
    section[data-cattype="901"] .about-overview-901-feature-copy,
    section[data-cattype="901"] .about-overview-901-feature-copy p,
    section[data-cattype="901"] .about-overview-901-feature-copy div {
        font-size: 16px;
    }

    section[data-cattype="901"] .about-overview-901-list {
        margin-top: 36px;
    }

    section[data-cattype="901"] .about-overview-901-feature {
        grid-template-columns: var(--about-901-icon-size) 1fr;
        gap: 12px;
    }

    section[data-cattype="901"] .about-overview-901-photo,
    section[data-cattype="901"] .about-overview-901-photo img {
        min-height: 320px;
    }
}
