#taking-etcamah #main-section {
    background: radial-gradient(#FFF4FF, #FFFFEA);
}
.dosing-fpo-img {
    margin: 40px auto;
}
p.dose-page-heading {
    font-size: 24px;
    line-height: 32px;
    color: #7C007E;
    margin-bottom: 25px;
    font-family: 'Saira';
    font-weight: 500;
}

div#dose-1, div#dose-2 {
    margin: 60px auto;
}

.dose-flex {
    display: flex;
    padding: 40px 35px;
    background: rgb(255, 255, 255, 0.5);
    gap: 35px;
    box-shadow: 4px 8px 16px 0px rgba(100, 2, 100, 0.14);
    border-radius: 16px;
}
.dose-flex hr {background: #95AAED;width: 2px;border: 0;margin: 0;}
.dose-flex img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 70px;
}
#dose-1 .dose-flex .dose-flex3 img {
    max-width: 100%;
    width: auto;
}

.dose-flex p, .dose-flex li {
    font-size: 16px;
    line-height: 22px;
    color: #21272A;
}
@media screen and (min-width: 992px) {
.dose-flex > div {
    max-width: 33.3%;
    width: 100%;
}
#taking-etcamah .dose-flex img {
    max-width:60px;
}
#taking-etcamah .page-cta-sec > div > div {
    filter: drop-shadow(4px 8px 16px rgba(100, 2, 100, 0.23));
}
#taking-etcamah .dosing-fpo-img {
    margin: 60px auto;
}
#taking-etcamah .page-cta-sec > div.faq-cta:before {
    top: -10px;
}


}
@media screen and (max-width: 991px) {
    .dose-flex {
        flex-direction: column;
        gap: 40px;
    }
    .dose-flex hr {
        height: 1px;
        width: 100%;
    }
    .heading-sec {
    background: url(/content/dam/intelligentcontent/brands/camizestrant-dtc/us/en/full-site/image/global/mobile/banner-hg.png);
    background-size: cover;
}
}
