@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root {
    --body-font: EB Garamond, Open Sans, sans-serif;
    --container: 1360px;
    --gutter-x: 24px;
}


/*xxxxxxxxxxxxxx Header Start xxxxxxxxxxxxx*/
.only-logo {
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*xxxxxxxxxxxxxxx Header End xxxxxxxxxxxxxxx*/


/*xxxxxxxxxxxxxxx Hero Section Start xxxxxxxxxxxxxx*/
.hero {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    /* overflow-x: hidden; */
}

.hero-wrapper {
    max-width: var(--container);
    padding-inline: var(--gutter-x);
    margin-inline: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 232px 1fr;
}

.top-left-vector {
    width: 279px;
    height: 542px;
    position: absolute;
    top: -238px;
    left: 0;
    z-index: -1;
}

.center-right-vector {
    width: 340px;
    height: 601px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.top-left-vector img,
.center-right-vector img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-left-panel {
    border: 1px solid #E72E9A;
    background: #FDF9F1;
    padding: 121px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
}

.hero-left-panel h1 span {
    color: #eb35a5;
    font-style: normal;
}

.hero-left-panel h1 {
    font-family: Laica;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
}

.hero-left-panel p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #7A7A7A;
}

.hero-left-panel a.btn--primary,
a.btn--primary {
    font-family: Sohne;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E72E9A;
    border-radius: 4px;
    border: 1px solid #E72E9A;
    transition: all .3s ease;
}

.hero-left-panel a.btn--primary:hover,
a.btn--primary:hover {
    color: #E72E9A;
    background: #FFFFFF;
    transition: all .3s ease;
}

.hero-right-panel {
    border: 1px solid var(--green);
    border-radius: 8px;
    overflow: hidden;
}

.hero-right-panel picture img,
.hero-right-panel picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doc-img {
    position: absolute;
    left: 60px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 432px;
    max-height: 346px;
}

.hero-center:before {
    content: '';
    display: block;
    width: 459px;
    height: 339px;
    background: #E72E9A;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: 74px;
}

.hero-center svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*xxxxxxxxxxxxxxxxxxx Hero Section End xxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxx Dual Media Table Start xxxxxxxxxxxxxxxxxx*/
.dual-media-table-wrapper {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter-x);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 108px;
    padding-block: 60px;
}

.dual-media-table-section__media {
    display: flex;
    gap: 20px;
    position: relative;
}

svg.dual-media-table-section__media-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.dual-media-table-section__title,
.title-base {
    font-family: Laica;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: #3D3C3C;
    letter-spacing: 0%;
}

.dual-media-table-section__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.dual-media-table-section-desc p,
.base-text {
    font-weight: 400;
    font-family: Sohne;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #454545;
    margin-bottom: 16px;
}

.dual-media-table-section-desc p:last-child {
    margin-bottom: 0;
}

.dual-media-table-section__card,
.expert-section-card {
    border-radius: 8px;
    padding-top: 24px;
    overflow: hidden;
}

.card-green {
    border: 1px solid var(--green);
}

.card-green ul.dual-media-table-section__card-body {
    padding-inline: 20px;
}

.card-pink {
    border: 1px solid #E72E9A;
    background: #FDF9F1;
    padding-inline: 20px;
}

.dual-media-table-section__card {
    border-radius: 8px;
    padding-top: 24px;
}

h3.dual-media-table-section__card-label,
h3.expert-section-card-label {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-family: var(--body-font);
    font-variant: small-caps;
}

.card-green h3 {
    color: var(--green);
}

.card-pink h3 {
    color: #E72E9A;
}

ul.dual-media-table-section__card-body,
ul.expert-section-card-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 36px;
    padding-top: 16px;
    padding-bottom: 24px;
}

li.dual-media-table-section__card-item,
li.expert-section-card-item {
    font-family: Laica-Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.dual-media-table-section__card-footer {
    background: #0C8C36;
    text-align: center;
    color: #fff;
    padding: 16px;
}

span.dual-media-table-section__card-footer-text {
    font-family: Sohne;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.dual-media-table-section__media-card {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.dual-media-table-section__media-card.dual__media-card--primary {
    border: 1px solid #2F9BBF;
    max-height: 356px;
}

.dual-media-table-section__media-card.dual__media-card--secondary {
    border: 1px solid #E01B1B;
    max-height: 460px;
}

.dual-media-table-section__media-card picture,
.dual-media-table-section__media-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/*xxxxxxxxxxxxxxxxxxx Dual Media Table End xxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxx Expert Section Start xxxxxxxxxxxxxxxxxx*/
.expert-section-wrapper {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter-x);
    background-size: 51% !important;
    background-position: center -65px !important;
}

.expert-section-card-header {
    max-width: 372px;
    margin: 0 auto;
}

.expert-section-content {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 24px;
}

.expert-section-wrapper .expert-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 108px;
    padding-block: 60px;
}

.expert-section-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/*xxxxxxxxxxxxxxxxxxx Expert Section End xxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxx Testimonial Section start xxxxxxxxxxxxxxxxxx*/

.doctors-section {
    overflow: hidden;
    padding-block: 60px;
    padding-bottom: 0;
}

.doctors-section__title {
    text-align: center;
}

.doctors-section__container {
    max-width: var(--container);
    margin: 0 auto;
    padding-inline: var(--gutter-x);
}

.doctors-swiper {
    overflow: visible !important;
}

article.doctor-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.doctor-card__body {
    position: absolute;
    opacity: 0;
    bottom: 0;
}

article.doctor-card .doctor-card__image-wrap,
article.doctor-card .doctor-card__image-wrap picture,
article.doctor-card .doctor-card__image-wrap img {
    min-height: 410px;
    object-fit: cover;
}

.doctors-swiper-wrapper {
    position: relative;
}

button.doctors-nav-btn {
    position: absolute;
    max-width: 40px;
    z-index: 2;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    border-radius: 100px;
    bottom: 0;
    background: #E72E9A;
    margin: auto;
}

button.doctors-nav-btn svg {
    color: #fff;
    fill: #fff;
}

.doctors-swiper-wrapper {
    position: relative;
}

button#doctorsNext {
    right: 0;
}

.doctors-section__header {
    margin-bottom: 32px;
}

.doctors-swiper-wrapper button.doctors-nav-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-60px);
    transition: all .3s ease;
}

.doctors-swiper-wrapper:hover button.doctors-nav-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .3s ease;
}

/*xxxxxxxxxxxxxxxxxxx Testimonial Section End xxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxx Anomaly system Section Start xxxxxxxxxxxxxxxxxx*/
.anomaly-system-container {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter-x);
}

section.anomaly-system-section {
    padding-block: 100px;
}

.anomaly-system-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.anomaly-system-description p:not(:last-child) {
    margin-bottom: 16px;
}

.anomaly-system-description,
.anomaly-system-footer {
    text-align: center;
}

.anomaly-system-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
}

span.anomaly-venn-icon {
    height: 30px;
    width: 30px;
    display: inline-block;
}

h3.anomaly-venn-title {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

p.anomaly-venn-description {
    font-family: Sohne;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.anomaly-venn-wrapper {
    display: flex;
    gap: 4px;
    justify-content: center;
}

p.anomaly-formula-label {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    font-variant: small-caps;
    max-width: 200px;
    margin-bottom: -60px
}

.anomaly-venn-circle {
    max-width: 415px;
    min-height: 220px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-top: 55px;
}

span.anomaly-venn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.anomaly-venn-circle--colostrum {
    border-color: #2F9BBF;
    justify-content: flex-start;
}

.anomaly-venn-circle--colostrum h3 {
    color: #2F9BBF;
}

.anomaly-venn-circle--vitamins {
    border-color: #E72E9A;
    transform: translate(28px, -90px);
}

.anomaly-venn-circle--vitamins h3 {
    color: #E72E9A;
}

.anomaly-venn-circle--probiotics {
    border-color: #CDCD0E;
    transform: translate(-28px, -90px);
}

.anomaly-venn-circle--probiotics h3 {
    color: #CDCD0E;
}

.anomaly-venn-diagram {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.anomaly-venn-circle.is-center {
    width: 100%;
    grid-column: 1 / -1;
    margin: 0 auto;
}

.anomaly-system-footer.base-text {
    margin: 0;
    margin-top: -1rem;
}

.anomaly-product-bg {
    background: #E72E9A;
    width: 100%;
    height: 141px;
    border-radius: 100%;
    position: absolute;
    bottom: 2px;
    z-index: -1;
}

.anomaly-product-container {
    position: relative;
    max-width: 330px;
}

@media (min-width: 1024px) {
    .anomaly-system-content {
        grid-template-columns: 2.2fr 0.2fr 0.8fr;
        gap: 23px;
    }
}

/*xxxxxxxxxxxxxxxxxxx Anomaly system Section End xxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxx Comparision Section Start xxxxxxxxxxxxxxxxxx*/
.comparison {
    position: relative;
    overflow: hidden;
}

.comparison__wrapper {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter-x);
    display: flex;
    flex-direction: column;
    gap: 40px;

}

.comparison__heading {
    text-align: center;
}

.comparison__col-header--anomaly img {
    width: 30px;
    height: 30px;
}

.comparison-bg-shape {
    width: max-content;
    position: absolute;
    right: -60px;
    top: 10%;
    z-index: -1;
}

th.comparison__cell.comparison__col-header {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.comparison__table thead th {
    padding-block: 2rem;
}

.comparison__header-cell--anomaly .comparison__col-header--anomaly {
    color: #E72E9A;
}

.comparison__col-header--anomaly {
    display: flex;
    align-items: center;
    justify-content: center;
}

table.comparison__table {
    max-width: 1065px;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.comparison__wrapper td.comparison__cell.comparison__cell--label {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    font-variant: small-caps;
}

.comparison__wrapper td.comparison__cell.comparison__cell--stacking,
.comparison__wrapper td.comparison__cell.comparison__cell--anomaly {
    font-family: Sohne;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

tr.comparison__row td {
    padding-block: 17px;
    border: none;
    border-bottom: 1px solid #E9E9E9;
}

td.comparison__cell--anomaly {
    background: #FAF5E7;
    min-width: 308px;
}

th.comparison__cell.comparison__col-header.comparison__header-cell--anomaly {
    background: #FAF5E7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

tr.comparison__row:last-child td.comparison__cell.comparison__cell--anomaly {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

td.comparison__cell.comparison__cell--stacking {
    padding-inline: 72px;
}

tr.comparison__row:last-child td {
    border: none;
}

/*xxxxxxxxxxxxxxxxxxx Comparision Section End xxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxx Comparision Section End xxxxxxxxxxxxxxxxxx*/

.cta-section {
    position: relative;
    padding-inline: var(--gutter-x);
    margin-top: 100px;
    margin-bottom: 80px;
}

.cta-section__wrapper {
    max-width: var(--container);
    background: #37A6C7;
    display: flex;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.cta-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: flex-start;
    gap: 24px;
    padding-right: 2rem;
}

h2.cta-section__heading {
    color: #FFFFFF;
}

.cta-section__body p {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 16px;
}

.cta-section__body p:last-child {
    margin-bottom: 0;
}

.cta-section__media {
    flex: 0 0 55%;
}

.cta-section__image.image--secondary {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*xxxxxxxxxxxxxxxxxxx Comparision Section End xxxxxxxxxxxxxxxxxx*/






/*xxxxxxxxxxxxxxxxxxx Media Quries End xxxxxxxxxxxxxxxxxx*/
@media (max-width: 1200px) {
    .hero-left-panel h1 {
        font-size: 38px;
    }

    .dual-media-table-wrapper {
        gap: 40px;
    }

    .expert-section-wrapper .expert-section-inner {
        gap: 48px;
    }

    h3.anomaly-venn-title {
        font-size: 30px;
    }

    .anomaly-venn-circle--vitamins {
        transform: translate(10px, -90px);
    }

    .anomaly-venn-circle--probiotics {
        transform: translate(-10px, -90px);
    }

    .comparison-bg-shape {
        max-width: 30%;
        width: 100%;
    }

    .comparison-bg-shape svg {
        width: 100%;
    }

    .cta-section__image.image--secondary {
        max-width: 200px;
    }
}

@media (max-width: 1025px) {
    .anomaly-venn-circle {
        min-height: 130px;
        padding-top: 20px;
    }

    .anomaly-venn-circle--probiotics {
        transform: translate(0, -30%);
        margin: 0 auto;
    }

    .anomaly-venn-circle--vitamins {
        transform: translate(0, -15%);
        margin: 0 auto;
    }

    .anomaly-venn-circle {
        width: 100%;
    }

    .anomaly-equals {
        text-align: center;
    }

    .anomaly-product-wrapper {
        text-align: center;
        margin: 0 auto;

    }

    .anomaly-system-footer.base-text {
        margin-top: 30px;
    }

    p.anomaly-formula-label {
        max-width: 100%;
        margin-top: 24px;
        text-align: center;
        margin-bottom: 2rem;
    }

    .anomaly-venn-diagram {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .cta-section__wrapper {
        flex-direction: column;
    }

    .cta-section__content {
        align-items: center;
        padding-inline: 2rem;
        padding-block: 49px;
    }

    .cta-section__media {
        position: relative;
    }

    .cta-section__media:before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #E72E9A;
        position: absolute;
        bottom: 0;
        max-width: calc(100% - (var(--gutter-x) * 2));
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    h2.cta-section__heading,
    .cta-section__body p {
        text-align: center;
    }

    .section__media-card {
        max-height: 100% !important;
        min-height: 100% !important;
    }

    .cta-section__media {
        flex: 1;
    }

    .section__media-card.dual__media-card--secondary {
        height: 280px;
    }

    .dual-media-table-section__media-card.dual__media-card--primary {
        height: 346px;
    }

    .comparison-bg-shape svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    td.comparison__cell.comparison__cell--stacking,
    th.comparison__cell.comparison__col-header {
        padding-inline: 20px;
    }

    .comparison-bg-shape {
        right: inherit;
        left: -5%;
        top: 10%;
        max-width: 150px;
    }

    .hero-right-panel {
        height: 352px;
    }

    h2.dual-media-table-section__title br {
        display: none;
    }

    .hero-left-panel h1 {
        font-size: 30px;
    }

    .doc-img {
        left: 0;
        max-width: 362px;
        max-height: 276px;
    }

    .hero-inner {
        overflow: hidden;
        position: relative;
    }

    .hero-wrapper,
    .expert-section-wrapper .expert-section-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dual-media-table-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .expert-section-content {
        max-width: 100%;
    }

    .expert-section-wrapper {
        background-size: 70% !important;
        background-position: 200% 100% !important;
    }

    .expert-section-card-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .expert-section-card-wrapper .card-pink {
        max-width: 70%;
    }

    .hero-center {
        position: absolute;
        max-width: 300px;
        height: 100%;
        width: 100%;
        max-height: 400px;
        right: 0px;
        top: 16%;
        z-index: 2;
    }

    .hero-center:before {
        width: 100%;
        height: 175px;
    }

    .hero-center svg {
        bottom: -100px;
    }
}

@media (max-width: 767px) {

    .dual-media-table-section__title,
    .title-base {
        font-size: 24px;
        line-height: 1.2;
    }

    .anomaly-equals {
        margin-top: -2rem;
    }

    h2.dual-media-table-section__title,
    .dual-media-table-section-desc p,
    h2.anomaly-system-title.title-base,
    .expert-section-content-bottom p,
    .expert-section-card-wrapper-cta,
    .expert-section-content-desc,
    .expert-section-title {
        text-align: center;
    }

    .dual-media-table-section__content {
        gap: 24px;
    }

    th.comparison__cell.comparison__col-header,
    p.anomaly-formula-label {
        font-size: 18px;
        line-height: 25px;
    }

    p.anomaly-formula-label {
        margin-top: 0;
    }

    .comparison__wrapper td.comparison__cell.comparison__cell--label,
    .cta-section__body p {
        font-size: 16px;
        line-height: 20px;
    }

    .comparison__wrapper td.comparison__cell.comparison__cell--stacking,
    .comparison__wrapper td.comparison__cell.comparison__cell--anomaly {
        font-size: 12px;
        padding-inline: .5rem;
        line-height: 18px;
    }

    td.comparison__cell--anomaly {
        min-width: auto;
    }

    .top-left-vector {
        width: 131px;
        height: 254px;
        position: absolute;
        top: -136px;
        left: 0;
        z-index: -1;
    }

    .hero-left-panel {
        padding: 40px 16px;
        gap: 16px;
    }

    .hero-left-panel h1 {
        font-size: 28px;
    }

    .hero-left-panel p {
        font-size: 18px;
    }

    ul.dual-media-table-section__card-body,
    ul.expert-section-card-body {
        padding-left: 1rem;
    }

    .expert-section-content {
        padding-top: 0;
        gap: 24px;
    }

    .dual-media-table-wrapper {
        gap: 24px;
    }

    .hero,
    .dual-media-table-wrapper {
        padding-bottom: 0 !important;
    }

    .dual-media-table-wrapper,
    .expert-section-wrapper .expert-section-inner {
        padding-block: 50px;
    }

    .hero-left-panel a.btn--primary,
    .anomaly-system-description,
    .anomaly-system-footer,
    li.dual-media-table-section__card-item,
    li.expert-section-card-item {
        font-size: 12px;
    }

    .doctors-section {
        padding-top: 20px;
    }

    section.anomaly-system-section {
        padding-block: 50px;
    }

    .hero-center {
        top: 100px;
        right: -70px;
    }

    .hero-center svg {
        bottom: -50px;
        max-width: 120px;
    }

    .hero-desc {
        max-width: 70%;
    }

    .comparison__wrapper {
        gap: 24px;
    }

    .center-right-vector {
        width: 142px;
        height: 292px;
        top: inherit;
        z-index: -1;
        bottom: -70px;
    }

    .comparison-bg-shape {
        right: inherit;
        left: -5%;
        top: 0%;
        max-width: 90px;
    }

    .dual-media-table-section__media-card.dual__media-card--secondary {
        display: none;
    }

    .cta-section {
        margin-block: 55px;
    }
}

@media (max-width: 575px) {
    .cta-section__image.image--secondary {
        display: none;
    }

    h3.anomaly-venn-title {
        font-size: 24px;
    }

    p.anomaly-venn-description,
    .hero-left-panel a.btn--primary,
    a.btn--primary {
        font-size: 12px;
        line-height: 16px;
    }

    .hero-desc {
        max-width: 50%;
    }

    .logo svg {
        width: 100%;
    }

    .logo {
        max-width: 160px;
        max-height: 36px;
    }

    .top-left-vector {
        width: 131px;
        height: 194px;
        top: -66px;
        left: -30px;
    }
}

@media (max-width: 470px) {
    .expert-section-card-wrapper .card-pink {
        max-width: 85%;
    }

    .expert-section-wrapper {
        background-size: 90% !important;
        background-position: 400% 60% !important;
    }

    .doc-img {
        max-width: 220px;
        max-height: 135px;
    }

    .hero-center {
        top: 40px;
        right: -50px;
        max-width: 220px;
    }

    .hero-center svg {
        bottom: -30px;
        max-width: 90px;
    }

    .hero-center:before {
        width: 100%;
        height: 125px;
        top: 150px;
        max-width: 190px;
    }
}