.our-approach-page {
    --our-approach-curve-height: clamp(145px, 13vw, 220px);
    --our-approach-gutter: 1.5625rem;
    --our-approach-page-gutter: var(--our-approach-gutter);
    overflow-x: hidden;
}

@media (min-width: 1900px) {
    .our-approach-page {
        --our-approach-curve-height: 220px;
    }
}

.our-approach-page > section:not(.our-approach-page__section-row) {
    padding-left: var(--our-approach-gutter);
    padding-right: var(--our-approach-gutter);
}


.our-approach-page__section-row > div > .container {
    padding-left: 0;
    padding-right: 0;
}

.our-approach-page__section-row.our-approach-page__section-row--three_box_content > div > .container {
    padding-left: 25px;
    padding-right: 25px;
}

.hero-section.hero-section--our-approach {
    padding-top: 100px;
    padding-bottom: 130px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-section.hero-section--our-approach .container {
    position: relative;
    z-index: 1;
}

.hero-section.hero-section--our-approach::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--our-approach-curve-height);
    background: url("../images/blue-top-curve.svg") top center / 100% auto no-repeat;
    pointer-events: none;
    z-index: 0;
}

.hero-section.hero-section--our-approach .hero-section__headline {
    color: var(--Primary-Blue, #021F90);
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 88%;
    margin: 0 0 10px;
}

.hero-section.hero-section--our-approach .hero-section__headline .dot {
    color: #FF2E83;
}

.hero-section.hero-section--our-approach .hero-section__subtext {
    color: #0C9ECF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.12375rem;
    text-transform: uppercase;
    margin: 0 auto 24px;
    max-width: 90%;
}

.hero-section.hero-section--our-approach .hero-section__bottom-text {
    color: #313134;
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 auto;
    max-width: 860px;
}

.hero-section.hero-section--our-approach .hero-section__bottom-text > *:first-child {
    margin-top: 0;
}

.our-approach-page__content {
    padding-top: 120px;
    padding-bottom: 80px;
}

.our-approach-page__content--after-hero {
    padding-top: 40px;
}

.our-approach-page__content--our-approach {
    background: #fff;
    color: #313134;
    position: relative;
    z-index: 1;
}

.our-approach-page__content--our-approach.our-approach-page__content--after-hero {
    padding-top: 160px;
}

.our-approach-page__content--our-approach .container {
    position: relative;
    z-index: 2;
}

.our-approach-page .two-columns-with-image {
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-approach-page__content h1 {
    margin: 0 0 24px;
}

.our-approach-page__body > *:first-child {
    margin-top: 0;
}

/* Our Approach hero (partners-style) */
.our-approach-hero-container {
    width: 100%;
    margin: 0 auto -1px;
}

.our-approach-hero-container .main-container {
    max-width: 1229px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.our-approach-hero-container.under-layer {
    position: relative;
}

.our-approach-hero {
    text-align: center;
    margin: 123px 10px 0;
    padding-bottom: 100px;
}

.our-approach-hero h1 {
    color: #021F90;
    font-size: 60px;
    line-height: 104%;
    margin: 0;
}

.our-approach-hero h1 .dot {
    color: #FF2E83;
}

.our-approach-hero .subtitle {
    color: #0C9ECF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    margin: 10px auto 30px;
    max-width: 990px;
}


.our-approach-hero-content {
    background: #F0F0EB;
    padding-top: 10px;
    padding-bottom: 43px;
    position: relative;
    z-index: 2;
}

.our-approach-hero-content .main-container {
    position: relative;
    z-index: 1;
}

.our-approach-hero-content .main-container .bottom-content{
    text-align: center;
    max-width: 998px;
    margin: 117px auto 0;
}

.our-approach-hero-content .main-container .bottom-content h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 118%;
    color: #021F90;
    margin-bottom: 5px;
}

.our-approach-hero-content .main-container .bottom-content p{
    color: #313134;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.our-approach-hero-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-1 * var(--our-approach-curve-height));
    height: var(--our-approach-curve-height);
    background: url("../images/gray-top-curve.svg") top center / 100% auto no-repeat;
    pointer-events: none;
    z-index: 0;
}

.our-approach-hero-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--our-approach-curve-height);
    background: url("../images/gray-bottom-curve.svg") bottom center / 100% auto no-repeat;
    pointer-events: none;
    z-index: 0;
}

.our-approach-hero-content__inner {
    display: flex;
    gap: 50px;
}

.our-approach-hero-content__left {
    width: 680px;
    margin-top: 80px;
}

.our-approach-hero-content__title {
    color: var(--Primary-Blue, #021F90);
    font-family: "DM Sans";
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.our-approach-hero-content__left p {
    color: var(--Neutral-Dark-Gray, #313134);
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 47px;
    max-width: 100%;
}

.our-approach-hero-content__left .hero-button {
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin-top: 0;
}

.our-approach-hero-content__right {
    position: relative;
    height: 400px;
    width: 380px;
    flex-shrink: 0;
}

.our-approach-hero-content__background {
    position: absolute;
    top: 0;
    left: 150px;
    right: calc(-1 * max(var(--our-approach-gutter), calc(50vw - 338.5px)));
    height: 487px;
    z-index: 1;
    background: linear-gradient(21deg, #021F90 -1.04%, #0C9ECF 100%);
}

.our-approach-hero-content__image {
    position: relative;
    z-index: 2;
    width: 380px;
    height: 400px;
    top: 43px;
}

.our-approach-hero-content__image img {
    width: 380px;
    height: 400px;
    object-fit: cover;
    object-position: left;
    border-radius: 0 80px;
}

.cover {
    height: var(--our-approach-curve-height);
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.cover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--our-approach-curve-height);
    background: url("../images/gray-bottom-curve.svg") bottom center / 100% auto no-repeat;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 52.125rem) {
    .our-approach-page .two-columns-with-image {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .hero-section.hero-section--our-approach .hero-section__headline,
    .our-approach-page__content h1,
    .our-approach-page__content h2 {
        font-size: 3rem;
    }
}

/* Responsive styles for hero content area */
@media (max-width: 1200px) {
    .our-approach-hero-content__inner {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .our-approach-hero-content__left {
        width: 100%;
        max-width: 680px;
    }

    .our-approach-hero-content__right {
        width: 100%;
        max-width: 380px;
    }
}

@media (max-width: 900px) {
    .our-approach-hero-content__background {
        left: 150px;
        right: calc(-1 * max(var(--our-approach-gutter), calc(100vw - 338.5px)));
    }

    .our-approach-hero-content__left {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .our-approach-hero .subtitle{
        line-height: 110%;
        letter-spacing: 1.1px;
    }
    .our-approach-hero-content {
        padding-top: 0;
    }
    .our-approach-hero{
        margin-top: 61px;
    }
    .our-approach-hero-content__left {
        width: 100%;
        margin-top: 0;
    }

    .our-approach-hero-content__right {
        width: 100%;
        height: auto;
        max-width: 380px;
        margin: 0 auto;
    }

    .our-approach-hero-content__image {
        width: 100%;
        max-width: 380px;
        height: auto;
        top: 0;
        margin: 0 auto;
    }

    .our-approach-hero-content__image img {
        width: 100%;
        max-width: 380px;
        height: auto;
        aspect-ratio: 380 / 400;
        margin-top: 50px;
    }
    .our-approach-hero-content__left p{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .our-approach-hero-container .main-container,
    .our-approach-page__section-row.our-approach-page__section-row--three_box_content > div > .container,
    .azenosertib-block, .science-block, .experience-block,
    .science-block,
    .two-column-content,
    .experience-block{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 31.75rem) {
    .hero-section.hero-section--our-approach {
        padding-top: 3.125rem;
        padding-bottom: 5.625rem;
    }

    .hero-section.hero-section--our-approach::after {
        height: 6.25rem;
    }

    .hero-section.hero-section--our-approach .hero-section__subtext {
        font-size: 1rem;
        text-wrap: pretty;
        margin-bottom: 0;
    }

    .hero-section.hero-section--our-approach .hero-section__headline,
    .our-approach-page__content h1,
    .our-approach-page__content h2,
    .our-approach-hero h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 26.875rem) {
    .hero-section.hero-section--our-approach .hero-section__headline,
    .our-approach-page__content h1,
    .our-approach-page__content h2,
    .our-approach-hero h1 {
        font-size: 2rem;
    }

    .hero-section.hero-section--our-approach .hero-section__subtext {
        font-size: 0.85rem;
        text-wrap: pretty;
    }
}

@media (max-width: 48rem) {
    .hero-section.hero-section--our-approach .hero-section__subtext {
        max-width: 100%;
    }
}

/* Two Columns with Image Section */
.our-approach-page .two-columns-with-image {
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-approach-page__content--our-approach .two-columns-with-image__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}

.our-approach-page__content--our-approach .two-columns-with-image--image-left .two-columns-with-image__inner {
    flex-direction: row-reverse;
}

.our-approach-page__content--our-approach .two-columns-with-image__content {
    flex: 1 1 52%;
    min-width: 0;
}

.our-approach-page__content--our-approach .two-columns-with-image__media {
    flex: 0 0 42%;
    position: relative;
}

.our-approach-page__content--our-approach .two-columns-with-image__headline {
    color: var(--Primary-Blue, #021F90);
    font-family: "DM Serif Display";
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 20px;
}

.our-approach-page__content--our-approach .two-columns-with-image__headline .dot {
    color: #FF2E83;
}

.our-approach-page__content--our-approach .two-columns-with-image__text {
    color: #313134;
    font-family: "DM Sans";
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    margin-bottom: 20px;
}

.our-approach-page__content--our-approach .two-columns-with-image__text > *:first-child {
    margin-top: 0;
}

.our-approach-page__content--our-approach .two-columns-with-image__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--Primary-Violet, #511861);
    font-family: "DM Sans";
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.our-approach-page__content--our-approach .two-columns-with-image__button::before {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    background: url("../images/icons/purple-right-arrow.svg") center / contain no-repeat;
    transition: background-image 0.3s ease;
}

.our-approach-page__content--our-approach .two-columns-with-image__button:hover {
    color: var(--Primary-Light-Magenta, #AC1AB8);
}

.our-approach-page__content--our-approach .two-columns-with-image__button:hover::before {
    background-image: url("../images/icons/white-bg-purple-arrow.svg");
}

.our-approach-page__content--our-approach .two-columns-with-image__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
    border-radius: 4px;
}

.our-approach-page__content--our-approach .two-columns-with-image__button:focus-visible::before {
    background-image: url("../images/icons/white-bg-purple-arrow.svg");
}

.our-approach-page__content--our-approach .two-columns-with-image__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 80px;
}

/* Three Box Content Section */

.our-approach-page__section-row.our-approach-page__section-row--three_box_content {
    margin-top: calc(-80px - var(--our-approach-curve-height));
    z-index: 2;
    position: relative;
    margin-bottom: 140px;
}

.three-box-content--our-approach {
    position: relative;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.three-box-content--our-approach .container,
.three-box-content .container {
    max-width: 1229px;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.three-box-content--our-approach .three-box-content__grid,
.three-box-content .three-box-content__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

.three-box-content--our-approach .three-box-content__box,
.three-box-content .three-box-content__box {
    display: flex;
    padding: 18px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 0 40px;
    background-color: #fff;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.07);
}

/* First box (top, large) - light blue border */
.three-box-content--our-approach .three-box-content__box:nth-child(1),
.three-box-content .three-box-content__box--with-percentage:first-child {
    width: 100%;
    flex: 1 1 100%;
    padding: 53px 93px 39px 76px;
    border-radius: 0 40px;
    border-top: 10px solid #0C9ECF;
    background: #FFF;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.07);
}

/* First box with percentage layout - two columns */
.three-box-content--our-approach .three-box-content__box--with-percentage,
.three-box-content .three-box-content__box--with-percentage {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.three-box-content--our-approach .three-box-content__percentage-section,
.three-box-content .three-box-content__percentage-section {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-start;
    position: relative;
}

.three-box-content--our-approach .three-box-content__percentage,
.three-box-content .three-box-content__percentage {
    display: flex;
    align-items: baseline;
    gap: 0;
    margin-bottom: 10px;
}

.three-box-content--our-approach .three-box-content__percentage-number,
.three-box-content .three-box-content__percentage-number {
    font-size: 156px;
    font-weight: 400;
    line-height: 104%;
    color: #0C9ECF;
    font-family: "DM Serif Display", serif;
    font-style: normal;
}

.three-box-content .three-box-content__percentage-symbol sup{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    top: -1.5em;
}

.three-box-content--our-approach .three-box-content__percentage-symbol,
.three-box-content .three-box-content__percentage-symbol {
    font-size: 86px;
    font-weight: 400;
    line-height: 100%;
    color: #0C9ECF;
    font-family: "DM Serif Display", serif;
    font-style: normal;
    vertical-align: super;
    position: relative;
    top: -0.5em;
}

.three-box-content--our-approach .three-box-content__percentage-subtitle,
.three-box-content .three-box-content__percentage-subtitle {
    color: #313134;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    width: 160px;
    text-align: left;
    position: absolute;
    bottom: 35px;
    right: -90px;
}

.three-box-content--our-approach .three-box-content__box--with-percentage .three-box-content__text,
.three-box-content .three-box-content__box--with-percentage .three-box-content__text {
    flex: 1;
    margin: 0;
    max-width: 590px;
}

/* Second box (first in second row) - purple border */
.three-box-content--our-approach .three-box-content__box:nth-child(2),
.three-box-content .three-box-content__box:nth-child(2) {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 0;
    padding: 45px;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 10px solid #8C037B;
}

/* Third box (second in second row) - green border */
.three-box-content--our-approach .three-box-content__box:nth-child(3),
.three-box-content .three-box-content__box:nth-child(3) {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 0;
    padding: 45px;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 10px solid #00a870;
}

/* Fourth box (third in second row) - pink border */
.three-box-content--our-approach .three-box-content__box:nth-child(4),
.three-box-content .three-box-content__box:nth-child(4) {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 0;
    padding: 45px;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 10px solid #ff2e83;
}

.three-box-content--our-approach .three-box-content__headline,
.three-box-content .three-box-content__headline {
    font-family: "DM Sans";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.12375rem;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
}

/* First box (top, light blue border) - headline color matches border */
.three-box-content--our-approach .three-box-content__box:nth-child(1) .three-box-content__headline {
    color: #0c9ecf;
}

/* Second box (first in second row, purple border) - headline color matches border */
.three-box-content--our-approach .three-box-content__box:nth-child(2) .three-box-content__headline,
.three-box-content .three-box-content__box:nth-child(2) .three-box-content__headline {
    color: #8C037B;
}

/* Third box (second in second row, green border) - headline color matches border */
.three-box-content--our-approach .three-box-content__box:nth-child(3) .three-box-content__headline,
.three-box-content .three-box-content__box:nth-child(3) .three-box-content__headline {
    color: #00a870;
}

/* Fourth box (third in second row, pink border) - headline color matches border */
.three-box-content--our-approach .three-box-content__box:nth-child(4) .three-box-content__headline,
.three-box-content .three-box-content__box:nth-child(4) .three-box-content__headline {
    color: #ff2e83;
}

.three-box-content--our-approach .three-box-content__text,
.three-box-content .three-box-content__text {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

/* Resources with Logos Section */
.resources-with-logos.resources-with-logos--our-approach {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.resources-with-logos.resources-with-logos--our-approach .container {
    max-width: 908px;
}

.resources-with-logos.resources-with-logos--our-approach .resources-with-logos__headline {
    color: var(--Primary-Blue, #021F90);
    font-family: "DM Serif Display";
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    margin: 0 0 50px;
    text-align: center;
}

.resources-with-logos.resources-with-logos--our-approach .resources-with-logos__logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 908px;
    margin: 0 auto;
    gap: 30px;
}

.resources-with-logos.resources-with-logos--our-approach .resources-with-logos__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.resources-with-logos.resources-with-logos--our-approach .resources-with-logos__logo-image {
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.resources-with-logos.resources-with-logos--our-approach .resources-with-logos__logo-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.resources-with-logos.resources-with-logos--our-approach .resources-with-logos__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    text-decoration: none;
    flex: 0 0 auto;
}

.resources-with-logos.resources-with-logos--our-approach .resources-with-logos__logo-link-icon {
    width: 23px;
    height: 23px;
    display: block;
}

/* Responsive Styles */
@media (max-width: 62rem) {
    .our-approach-page__content--our-approach .two-columns-with-image__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }

    .our-approach-page__content--our-approach .two-columns-with-image--image-left .two-columns-with-image__inner {
        flex-direction: column;
    }

    .our-approach-page__content--our-approach .two-columns-with-image__content,
    .our-approach-page__content--our-approach .two-columns-with-image__media {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .resources-with-logos.resources-with-logos--our-approach .resources-with-logos__logos {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .three-box-content--our-approach .three-box-content__grid,
    .three-box-content .three-box-content__grid {
        flex-direction: column;
        gap: 40px;
    }

    .three-box-content--our-approach .three-box-content__box--with-percentage,
    .three-box-content .three-box-content__box--with-percentage {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .three-box-content--our-approach .three-box-content__percentage-section,
    .three-box-content .three-box-content__percentage-section {
        align-items: center;
    }

    .three-box-content--our-approach .three-box-content__percentage,
    .three-box-content .three-box-content__percentage {
        justify-content: center;
    }

    .three-box-content--our-approach .three-box-content__percentage-subtitle,
    .three-box-content .three-box-content__percentage-subtitle {
        text-align: center;
        position: static;
        width: auto;
    }

    .three-box-content--our-approach .three-box-content__box--with-percentage .three-box-content__text,
    .three-box-content .three-box-content__box--with-percentage .three-box-content__text {
        max-width: 100%;
    }

    .three-box-content--our-approach .three-box-content__box:nth-child(1),
    .three-box-content--our-approach .three-box-content__box:nth-child(2),
    .three-box-content--our-approach .three-box-content__box:nth-child(3),
    .three-box-content--our-approach .three-box-content__box:nth-child(4),
    .three-box-content .three-box-content__box:nth-child(1),
    .three-box-content .three-box-content__box:nth-child(2),
    .three-box-content .three-box-content__box:nth-child(3),
    .three-box-content .three-box-content__box:nth-child(4) {
        width: 100%;
        flex: 1 1 100%;
    }
    .science-block .image-box .vertical-label{
        display: none;
    }
    .three-box-content .three-box-content__box--with-percentage:first-child{
        padding: 45px;
    }
    .our-approach-hero-content .main-container .bottom-content h3{
        font-size: 35px;
    }
    .our-approach-hero-content .main-container .bottom-content p{
        font-size: 18px;
    }
}

@media (max-width: 50.625rem) {
    .three-box-content--our-approach .three-box-content__grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .three-box-content--our-approach .three-box-content__box:nth-child(1) {
        flex: 1 1 100%;
        width: 100%;
    }

    .three-box-content--our-approach .three-box-content__box:nth-child(2),
    .three-box-content--our-approach .three-box-content__box:nth-child(3),
    .three-box-content--our-approach .three-box-content__box:nth-child(4) {
        flex: 0 1 calc((100% - 3.75rem) / 3);
        width: calc((100% - 3.75rem) / 3);
        max-width: 21.5625rem;
    }
}

@media (max-width: 1180px) {
    .our-approach-page__section-row--three_box_content .three-box-content__grid,
    .three-box-content--our-approach .three-box-content__grid {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 40px;
    }

    .our-approach-page__section-row--three_box_content .three-box-content__box:nth-child(1),
    .our-approach-page__section-row--three_box_content .three-box-content__box:nth-child(2),
    .our-approach-page__section-row--three_box_content .three-box-content__box:nth-child(3),
    .our-approach-page__section-row--three_box_content .three-box-content__box:nth-child(4),
    .three-box-content--our-approach .three-box-content__box:nth-child(1),
    .three-box-content--our-approach .three-box-content__box:nth-child(2),
    .three-box-content--our-approach .three-box-content__box:nth-child(3),
    .three-box-content--our-approach .three-box-content__box:nth-child(4) {
        width: 100%;
        max-width: none;
        flex: 1 1 100%;
    }
}

@media (max-width: 40rem) {
    .our-approach-page .two-columns-with-image {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .three-box-content--our-approach {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .three-box-content--our-approach .three-box-content__grid {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .three-box-content--our-approach .three-box-content__box {
        width: 100%;
        max-width: none;
        flex: 0 0 auto;
    }

    .three-box-content--our-approach .three-box-content__box:nth-child(1),
    .three-box-content--our-approach .three-box-content__box:nth-child(2),
    .three-box-content--our-approach .three-box-content__box:nth-child(3),
    .three-box-content--our-approach .three-box-content__box:nth-child(4) {
        flex: 0 0 auto;
        width: 100%;
    }

    .three-box-content--our-approach .three-box-content__box--with-percentage {
        flex-direction: column;
        gap: 20px;
    }

    .three-box-content--our-approach .three-box-content__percentage-number {
        font-size: 100px;
    }

    .three-box-content--our-approach .three-box-content__percentage-symbol {
        font-size: 68px;
    }

    .resources-with-logos.resources-with-logos--our-approach {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .our-approach-page__content--our-approach .two-columns-with-image__headline,
    .resources-with-logos.resources-with-logos--our-approach .resources-with-logos__headline {
        font-size: 2.5rem;
    }
}

@media (max-width: 420px) {
    .three-box-content--our-approach .three-box-content__box {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .azenosertib-block .image-box img,
    .science-block .image-box img,
    .experience-block .image-box img {
        width: 100% !important;
        height: auto;
        object-fit: cover;
    }
    .azenosertib-block .image-box,
    .science-block .image-box,
    .experience-block .image-box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 0 0 100% !important;
    }
}

/* Shared styles for content blocks */
.azenosertib-block,
.experience-block,
.science-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    max-width: 1229px;
    margin: 80px auto;
    padding: 0 20px;
}

.azenosertib-block .text-content,
.experience-block .text-content,
.science-block .text-content {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.azenosertib-block .text-content h2,
.experience-block .text-content h2,
.science-block .text-content h2 {
    font-size: 60px;
    color: #021F90;
    line-height: 62px;
}

.azenosertib-block__mobile-title {
    display: none;
    font-size: 60px;
    color: #021F90;
    line-height: 62px;
    margin: 0;
}

.azenosertib-block .text-content h2 span,
.experience-block .text-content h2 span,
.science-block .text-content h2 span {
    color: #FF2E83;
}

.azenosertib-block__mobile-title span {
    color: #FF2E83;
}

.azenosertib-block .text-content p,
.experience-block .text-content p,
.science-block .text-content p {
    font-size: 21px;
    line-height: 36px;
    margin-top: 20px;
    color: #313134;
    font-weight: 400;
}

.azenosertib-block .image-box img,
.experience-block .image-box img,
.science-block .image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 80px 0;
    position: absolute;
    z-index: 2;
}

.science-block .image-box img {
    border-radius: 0 80px;
}

.azenosertib-block .image-box .pink-background,
.experience-block .image-box .pink-background,
.science-block .image-box .pink-background {
    position: absolute;
    z-index: 1;
}

/* Hero button - shared across blocks */
.hero-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #511861;
    text-decoration: none;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 17px;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.hero-button img {
    display: none;
}

.hero-button::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icons/purple-right-arrow.svg") center/contain no-repeat;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.hero-button:hover::before,
.hero-button:focus-visible::before {
    background-image: url("../images/icons/white-bg-purple-arrow.svg");
}

.azenosertib-block .hero-button::before{
    background: url("../images/icons/purple-external-link.svg") center/contain no-repeat;
}

.azenosertib-block .hero-button:hover::before,
.azenosertib-block .hero-button:focus-visible::before {
    background-image: url("../images/icons/white-external-link.svg");
}

/* azenosertib-block section - specific styles */
.azenosertib-block {
    margin: 80px auto;
}

.azenosertib-block .image-box {
    margin-left: 0;
    flex: 0 0 394px;
    min-width: 0;
    max-width: 394px;
    width: 100%;
    display: flex;
    position: relative;
    height: 593px;
    border-radius: 24px 0 24px 0;
    justify-content: flex-start;
    align-items: center;
}

.azenosertib-block .text-content {
    margin-top: 105px;
}

.azenosertib-block .text-content h2 {
    position: absolute;
    top: -27%;
    left: -25%;
    max-width: 742px;
    text-wrap: pretty;
}

.azenosertib-block .image-box img {
    top: 112px;
}

.azenosertib-block .image-box .pink-background {
    top: -27px;
    left: calc(-1 * max(var(--our-approach-gutter), calc(50vw - 538.5px)));
    right: 170px;
    height: 540px;
    background: linear-gradient(28deg, #FF2E83 5.47%, #FF9100 76.22%);
}

/* end azenosertib-block section*/

/* experience-block section - specific styles */
.experience-block {
    display: block;
    position: relative;
    max-width: 1148px;
    margin: 125px auto 0;
    padding: 37px 20px 80px;
    z-index: 0;
}

.experience-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * max(var(--our-approach-gutter), calc(50vw - 574px)));
    width: clamp(270px, 31vw, 585px);
    height: 487px;
    background: rgba(217, 217, 217, 0.15);
    border-top-right-radius: 80px;
    pointer-events: none;
    z-index: 0;
}

.experience-block__headline {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 0 38px;
    color: #021F90;
    font-family: "DM Serif Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.04;
    text-transform: lowercase;
    text-wrap: pretty;
}

.experience-block__headline .dot {
    color: #FF2E83;
}

.experience-block__body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.experience-block .image-box {
    margin: 0;
    flex: none;
    min-width: 0;
    max-width: 380px;
    width: 380px;
    display: flex;
    position: relative;
    height: 380px;
    justify-content: flex-start;
    align-items: stretch;
}

.experience-block .text-content {
    position: relative;
    min-width: 0;
    width: auto;
    max-width: none;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.experience-block .text-content > * {
    margin: 0;
}

.experience-block .text-content p {
    position: relative;
    padding-left: 0;
    margin-top: 0;
    font-size: 21px;
    line-height: 36px;
    color: #313134;
    font-weight: 400;
}

.experience-block .text-content p::before {
    display: none;
}

.experience-block .text-content p:nth-of-type(2) {
    border-left: 16px solid #FF2E83;
    padding-left: 35px;
}

.experience-block .text-content .hero-button {
    margin-top: 0;
}

.experience-block .image-box img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-block .image-box .pink-background {
    display: none;
}

.experience-block__references {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 30px;
}

.experience-block__references,
.experience-block__references p,
.experience-block__references li {
    font-size: 14px;
    line-height: 22px;
    color: #313134;
}

.experience-block__references a {
    color: var(--Primary-Violet, #511861);
}

.experience-block__references a:hover,
.experience-block__references a:focus-visible {
    color: var(--Primary-Light-Magenta, #AC1AB8);
}

.two-column-content .cyclin_data a{
    color: #511861;
}
.two-column-content .cyclin_data a:hover,
.two-column-content .cyclin_data a:focus-visible{
    color: #AC1AB8;
}

.experience-block__references > *:first-child {
    margin-top: 0;
}

.experience-block__references > *:last-child {
    margin-bottom: 0;
}

/* end experience-block section*/

/* science-block section - specific styles */
.science-block .text-content {
    width: 775px;
    max-width: 100%;
    flex-shrink: 1;
    order: 1;
    margin-left: 0;
}

.science-block .image-box {
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
    position: relative;
    width: 394px;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 394px;
    height: 593px;
    border-radius: 24px 0 24px 0;
    justify-content: flex-end;
    align-items: center;
    order: 2;
}

.science-block .text-content h2 {
    max-width: 742px;
    margin: 0 0 20px 0;
}

.science-block .image-box img {
    top: 0;
}

.science-block .image-box .pink-background {
    top: -117px;
    left: 150px;
    right: calc(-1 * max(var(--our-approach-gutter), calc(50vw - 538.5px)));
    height: 647px;
    background: rgba(217, 217, 217, 0.15);
    border-top-left-radius: 80px;
}

.science-block .image-box .vertical-label {
    position: absolute;
    right: -25px;
    top:70%;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: right top;
    font-size: 12px;
    letter-spacing: 2px;
    z-index: 3;
    white-space: nowrap;
}

.science-block .image-box .vertical-label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 1px;
    height: 159px;
    background: url(../images/vertical-line.png) no-repeat center center;
    background-size: cover;
    display: block;
    z-index: 1;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right top;
}

.science-block .image-box .vertical-label span {
    color: #FF2E83;
}

/* end science-block section*/

/* two-column-content section */
.two-column-content {
    max-width: 1229px;
    margin: 110px auto 0;
    padding: 0 20px 80px;
}

.two-column-content__title {
    text-align: center;
    max-width: 960px;
    font-size: 60px;
    color: #021F90;
    line-height: 62px;
    margin: 0 auto 45px;
}

.two-column-content__title span.dot {
    color: #FF2E83;
}

.two-column-content__columns {
    display: flex;
    gap: 78px;
    align-items: flex-start;
}

.two-column-content__column {
    flex: 1;
}

.two-column-content__column img {
    max-width: 100%;
    height: auto;
    margin-bottom: 35px;
}

.two-column-content__column h3 {
    color: #313134;
    text-align: center;
    font-family: "DM Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}

.two-column-content__column p {
    font-size: 21px;
    line-height: 36px;
    color: #313134;
    margin-top: 20px;
    font-weight: 400;
    padding-left: 31px;
    position: relative;
    margin-top: 55px;
}

.two-column-content__column p:first-of-type {
    margin-top: 0;
    padding-left: 0;
    margin-top: 0;
}

.two-column-content__column p:first-of-type::before {
    display: none;
}

.two-column-content__column p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 100%;
    background: #FF2E83;
}

.two-column-content__column.two-column-content__column--left p:nth-child(4)::before {
    background: #0C9ECF;
}

.two-column-content__column.two-column-content__column--right p:nth-child(3)::before {
    background: #00C282;
}

.two-column-content__column.two-column-content__column--right p:nth-child(4)::before {
    background: #FF7000;
}

.two-column-content__column.two-column-content__column--right p:nth-child(5)::before {
    background: #9A007F;
}

.two-column-content .cyclin_data{
    margin: 89px 25px 70px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #313134;
}





/*My Start SECTION */
.our_approach_cell_cycle {
    padding: 0 20px 120px;
    max-width: 1200px;
    margin: auto;
}

/* TITLE */
.our_approach_cell_cycle__title {
    text-align: center;
    max-width: 940px;
    margin: 0 auto 80px;

    font-family: "DM Serif Display";
    font-size: 60px;
    line-height: 104%;
    color: #021F90;
}

.our_approach_cell_cycle__title .dot {
    color: #FF2E83;
}

/* GRID */
.our_approach_cell_cycle__grid {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

/* COLUMN */
.our_approach_cell_cycle__column {
    flex: 1;
}
.our_approach_cell_cycle__column_left{
    border-top: 10px solid #0C9ECF;
    padding: 40px;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 40px 0 40px;
}

.our_approach_cell_cycle__column_right{
    border-top: 10px solid #FF2E83;
    padding: 40px;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 40px 0 40px;
}

/* SUBTITLE */
.our_approach_cell_cycle__subtitle {
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #313134;
    margin-bottom: 25px;
}

/* TEXT BLOCK */
.our_approach_cell_cycle__content p {
    font-family: "DM Sans";
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: #313134;
}

/* TEXT BLOCK */
.our_approach_cell_cycle__content ul li {
    font-family: "DM Sans";
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: #313134;
}


/* COLORS */
.bar-pink::before {
    background: #FF2E83;
}

.bar-blue::before {
    background: #0C9ECF;
}


/* IMAGE */
.our_approach_cell_cycle__image {
    margin-top: 40px;
}

.our_approach_cell_cycle__image img {
    width: 100%;
    height: auto;
    display: block;
}

.our_approach_cell_cycle__legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 35px;
    font-family: "DM Sans";
    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    color: #313134;
}

.our_approach_cell_cycle__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
}

.our_approach_cell_cycle__legend-text {
    min-width: 0;
}

.our_approach_cell_cycle__legend-phosphorylation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 5px solid #FDB913;
    border-radius: 50%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.our_approach_cell_cycle__legend-dna {
    display: block;
    width: 22px;
    height: auto;
    flex: 0 0 auto;
}
/*My end*/




/* end two-column-content section */

@media (max-width: 1100px) {
    .our-approach-hero h1{
        font-size: 50px;
        line-height: 88%;
    }
    .azenosertib-block,
    .science-block,
    .experience-block {
        gap: 40px;
        padding: 0 20px;
    }
    .azenosertib-block .image-box,
    .experience-block .image-box,
    .science-block .image-box {
        flex: 0 0 320px;
        max-width: 320px;
        width: 320px;
    }
    .science-block .text-content {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .azenosertib-block,
    .science-block,
    .experience-block {
        gap: 30px;
    }
    .azenosertib-block .image-box,
    .experience-block .image-box,
    .science-block .image-box {
        flex: 0 0 280px;
        max-width: 280px;
        width: 280px;
        height: auto;
        min-height: 400px;
    }
    .azenosertib-block .text-content h2 {
        max-width: 100%;
    }
    .azenosertib-block .text-content,
    .experience-block .text-content {
        overflow: visible;
    }
    .science-block .text-content {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    .azenosertib-block .text-content h2,
    .experience-block .text-content h2,
    .science-block .text-content h2 {
        font-size: 50px;
    }
    .azenosertib-block .text-content h2,
    .experience-block .text-content h2 {
        margin-bottom: 0;
    }
    .azenosertib-block .text-content p,
    .experience-block .text-content p,
    .science-block .text-content p {
        font-size: 19px;
    }
    .two-column-content__title {
        font-size: 50px;
    }
    .two-column-content__column p {
        font-size: 19px;
    }
}

@media (max-width: 900px) {
    .azenosertib-block,
    .science-block,
    .experience-block {
        gap: 20px;
        padding: 0 20px;
    }
    .azenosertib-block .image-box,
    .experience-block .image-box,
    .science-block .image-box {
        flex: 0 0 250px;
        max-width: 250px;
        width: 250px;
    }
    .azenosertib-block .text-content h2,
    .experience-block .text-content h2 {
        top: -35%;
        line-height: 48px;
    }
    .azenosertib-block .text-content h2 {
        left: 0;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .azenosertib-block .text-content p,
    .experience-block .text-content p,
    .science-block .text-content p {
        line-height: 30px;
    }
    .science-block .text-content {
        width: auto;
        max-width: 100%;
    }
    .science-block .text-content h2 {
        line-height: 48px;
    }
    .two-column-content__title {
        line-height: 48px;
    }
    .two-column-content__column p {
        line-height: 30px;
    }
}

@media (max-width: 875px) {
    .azenosertib-block .text-content h2,
    .experience-block .text-content h2,
    .science-block .text-content h2 {
        font-size: 40px;
        max-width: 580px;
    }
    .two-column-content__title {
        font-size: 40px;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 900px) {
    .azenosertib-block,
    .experience-block,
    .science-block {
        margin: 51px auto 60px;
        flex-direction: column;
        align-items: stretch;
        max-width: none;
        width: 100%;
    }
    .azenosertib-block .image-box,
    .experience-block .image-box,
    .science-block .image-box {
        width: min(100%, 407px);
        max-width: 407px;
        height: 423px;
        flex: 0 0 auto;
    }
    .azenosertib-block .image-box,
    .experience-block .image-box {
        align-self: flex-start;
        margin-left: 0;
        margin-right: auto;
    }
    .science-block .image-box {
        align-self: flex-end;
        margin-left: auto;
        margin-right: 0;
    }
    .azenosertib-block .image-box img,
    .experience-block .image-box img {
        height: 90%;
        bottom: 20px;
        width: 100%;
    }
    .science-block .image-box img {
        height: 90%;
        top: auto;
        bottom: 20px;
        width: 100%;
    }
    .azenosertib-block .image-box .pink-background,
    .experience-block .image-box .pink-background {
        height: 100%;
        left: calc(-1 * max(var(--our-approach-gutter), calc(100vw - 338.5px)));
        right: 150px;
    }
    .science-block .image-box .pink-background {
        height: 100%;
        left: 150px;
        right: calc(-1 * max(var(--our-approach-gutter), calc(100vw - 338.5px)));
    }
    .azenosertib-block .text-content,
    .experience-block .text-content,
    .science-block .text-content {
        width: 100%;
        max-width: none;
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .science-block .text-content {
        order: 2;
    }
    .azenosertib-block .text-content h2,
    .experience-block .text-content h2,
    .science-block .text-content h2 {
        position: static;
        max-width: 100%;
        line-height: 35px;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    .science-block .text-content h2 {
        font-size: 40px;
    }
    .azenosertib-block .text-content p,
    .experience-block .text-content p,
    .science-block .text-content p {
        font-size: 21px;
        max-width: none;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    .azenosertib-block .text-content p:last-child::before,
    .experience-block .text-content p:last-child::before {
        width: 13px;
    }
    .two-column-content {
        margin: 51px auto 0;
        max-width: 100%;
        width: 100%;
    }
    .two-column-content__columns {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .two-column-content__title {
        font-size: 40px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .two-column-content__column p {
        font-size: 21px;
    }

    .our-approach-page__section-row--two-column-content .two-column-content__column p:has(> img:only-child) {
        text-align: center;
        padding-left: 0;
    }

    .our-approach-page__section-row--two-column-content .two-column-content__column p:has(> img:only-child)::before {
        display: none;
    }
}

@media (max-width: 900px) {
    .our-approach-page__section-row--azenosertib-block .azenosertib-block__mobile-title {
        display: block;
        width: 100%;
        max-width: 100%;
        font-size: 40px;
        line-height: 35px;
        margin-bottom: 20px;
        text-align: left;
    }

    .our-approach-page__section-row--azenosertib-block .azenosertib-block__desktop-title {
        display: none;
    }
}

@media (max-width: 1100px) {
    .experience-block {
        padding: 37px 20px 80px;
    }

    .experience-block__body {
        grid-template-columns: 320px minmax(0, 1fr);
        gap: 40px;
    }

    .experience-block .image-box {
        width: 320px;
        max-width: 320px;
        height: 320px;
        min-height: 0;
    }
}

@media (max-width: 1024px) {
    .experience-block__body {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 30px;
    }

    .experience-block .image-box {
        width: 280px;
        max-width: 280px;
        height: 280px;
        min-height: 0;
    }

}

@media (max-width: 960px) {
    .experience-block__headline {
        font-size: 50px;
    }
     .our_approach_cell_cycle__title {
        font-size: 50px;
        line-height: 62px;
    }

    .experience-block .text-content p {
        font-size: 19px;
    }
    .our_approach_cell_cycle__content p{
        font-size: 19px;
    }
    .our_approach_cell_cycle__content ul li{
        font-size: 19px;
    }
}

@media (max-width: 900px) {
    .experience-block {
        padding: 20px 20px 80px;
        max-width: none;
    }

    .experience-block__headline {
        max-width: 100%;
        margin-bottom: 38px;
        font-size: 40px;
        line-height: 35px;
        text-align: left;
    }

    .experience-block__body {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .experience-block .image-box {
        width: min(100%, 380px);
        max-width: 380px;
        height: 380px;
        align-self: flex-start;
        min-height: 0;
    }

    .experience-block .image-box img {
        bottom: auto;
        height: 100%;
    }

    .experience-block .text-content {
        width: 100%;
        margin-top: 60px;
    }

    .experience-block .text-content p {
        font-size: 21px;
        line-height: 30px;
    }

     .our_approach_cell_cycle__grid {
        flex-direction: column;
        gap: 40px;
    }

    .our_approach_cell_cycle__title {
        font-size: 40px;
        line-height: 110%;
        margin: 0 auto 55px;
    }

    .our_approach_cell_cycle__content p {
        font-size: 21px;
        line-height: 30px;
    }
    .our_approach_cell_cycle__content ul li{
        font-size: 21px;
        line-height: 30px;
    }

    .our_approach_cell_cycle {
        padding: 0 20px 20px;
    }

    .our_approach_cell_cycle__legend {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-top: 28px;
        font-size: 19px;
        line-height: 28px;
    }
}

@media (max-width: 380px) {
    .our-approach-hero-content__background{
        height: 430px;
    }
}

section.our-approach-page__section-row.our-approach-page__section-row--two-column-content:last-of-type .two-column-content {
    margin-top: 0;
}
