/*==============================================
    FAQ One
===============================================*/
 :root {
   --gradient1: linear-gradient(to bottom, #00a2ff, #0093fa, #0084f4, #0074ed, #0763e4);
   --gradient2: linear-gradient(to bottom, #454555, #393a49, #2e2f3e, #232433, #191a28);
   --color4: #009472;
   --color5: #00a8cc;
   
 }

.faq-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 90px 0 0;
    z-index: 1;
}

.faq-one__inner {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    border-radius: 60px;
    padding: 120px 60px 120px;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.faq-one__left .section-title {
    margin-bottom: 39px;
}

.faq-one__left .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--careon-black-rgb), .23);
    border-radius: var(--careon-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__left .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 30px 20px;
    padding-left: 80px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.faq-one__left .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--careon-black);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__left .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 30px;
}

.faq-one__left .faq-one-accrodion .accrodion-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 11px;
    color: var(--careon-black);
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--careon-primary);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
}

.faq-one__left .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 80px;
    padding-right: 50px;
    margin-top: 1px;
}

.faq-one__left .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-one-accrodion__count {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.faq-one-accrodion__count:before {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--careon-black);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__right {
    position: relative;
    display: block;
    margin-left: -10px;
}

.faq-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--careon-bdr-radius);
    z-index: 1;
}

.faq-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(17deg);
    z-index: 1;
}

.faq-one__img:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.faq-one__img img {
    width: 100%;
    border-radius: var(--careon-bdr-radius);
}

/*--------------------------------------------------------------
# FAQ Two
--------------------------------------------------------------*/
.faq-two {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 188px;
    z-index: 1;
}

.faq-two__left {
    position: relative;
    display: block;
}

.faq-two__left .section-title-two {
    margin-bottom: 21px;
}

.faq-two__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
    text-align: center;
}

.faq-two__btn-box .thm-btn {
    background-color: var(--color4);
    padding: 5px 20px 5px;
    padding-right: 5px;
    display: inline-flex;
    align-items: center;
}

.faq-two__btn-box .thm-btn::before,
.faq-two__btn-box .thm-btn::after {
    background-color: var(--careon-black);
}

.faq-two__btn-box .thm-btn i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--careon-white-rgb), .10);
    border-radius: 50%;
    margin-left: 20px;
}



.faq-two__btn-box .thm-btn-1 {
    background: var(--color5);
    padding: 5px 20px 5px;
    padding-right: 5px;
    display: inline-flex;
    align-items: center;
}

.faq-two__btn-box .thm-btn-1::before,
.faq-two__btn-box .thm-btn-1::after {
    background-color: var(--careon-black);
}

.faq-two__btn-box .thm-btn-1 i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--careon-white-rgb), .10);
    border-radius: 50%;
    margin-left: 20px;
}


.faq-two__right {
    position: relative;
    display: block;
    margin-left: 30px;
}

.faq-two__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 2px solid rgba(var(--careon-black-rgb), .23);
    border-radius: var(--careon-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two__right .faq-one-accrodion .accrodion.active {
    border: 2px solid var(--careon-primary);
}

.faq-two__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 25px 19px;
    padding-left: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-two__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--careon-black);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two__right .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 30px;
}

.faq-two__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\e933";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 11px;
    color: var(--careon-black);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-two__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e932";
    color: var(--careon-primary);
}

.faq-two__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 80px;
    padding-right: 20px;
    margin-top: 1px;
}

.faq-two__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-two-accrodion__count {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.faq-two-accrodion__count:before {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--careon-black);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-two-accrodion__count::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: -5px;
    width: 3px;
    height: 3px;
    background-color: var(--careon-black);
}



/*--------------------------------------------------------------
# FAQ Three - Preguntas frecuentes oncológicas PRO
# Clases: onco-faq-clean
--------------------------------------------------------------*/

.faq-three.onco-faq-clean {
    position: relative;
    display: block;
    overflow: hidden;
    counter-reset: oncoFaq;
    padding: 110px 0 125px;
    background:
        linear-gradient(180deg, #f8fcfc 0%, #f2f8f8 46%, #fcfefe 100%);
    z-index: 1;
}

.faq-three.onco-faq-clean::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(4, 174, 164, 0),
        rgba(4, 174, 164, 0.35),
        rgba(0, 149, 215, 0.35),
        rgba(0, 149, 215, 0)
    );
    opacity: 0.7;
    z-index: 0;
}

.faq-three.onco-faq-clean::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 174, 164, 0.03) 0%,
            rgba(255, 255, 255, 0) 28%,
            rgba(0, 149, 215, 0.035) 100%
        );
    pointer-events: none;
    z-index: -1;
}

/* Quitar círculos / blobs anteriores */
.faq-three.onco-faq-clean .onco-faq-clean__shape,
.faq-three.onco-faq-clean .onco-faq-clean__shape--one,
.faq-three.onco-faq-clean .onco-faq-clean__shape--two {
    display: none !important;
}

.onco-faq-clean__container {
    max-width: 1180px;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.onco-faq-clean__row {
    align-items: center;
    row-gap: 42px;
}

.onco-faq-clean__left,
.onco-faq-clean__right {
    position: relative;
    z-index: 3;
}


/*--------------------------------------------------------------
# Encabezado
--------------------------------------------------------------*/

.onco-faq-clean__heading {
    position: relative;
    margin-bottom: 42px !important;
}

.onco-faq-clean__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 9px 16px;
    border-radius: 999px;
    color: var(--color2);
    background: rgba(0, 149, 215, 0.10);
    border: 1px solid rgba(0, 149, 215, 0.16);
      font-size: 14px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.onco-faq-clean__label::before {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color1);
    box-shadow: 0 0 0 6px rgba(4, 174, 164, 0.13);
}

.onco-faq-clean__title {
    position: relative;
    color: var(--color1);
     font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.1px;
    margin: 0 0 16px !important;
    padding-bottom: 18px;
    text-transform: none;
}

.onco-faq-clean__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color1), var(--color2));
}

.onco-faq-clean__subtitle {
    max-width: 600px;
    color: var(--color2);
    font-size: 16.5px;
    font-weight: 800;
    line-height: 1.55;
    margin: 0;
}


/*--------------------------------------------------------------
# Reset accordion viejo del theme
--------------------------------------------------------------*/

.faq-three.onco-faq-clean .faq-three__left .faq-one-accrodion .accrodion {
    border: none !important;
}

.faq-three.onco-faq-clean .faq-three__left .faq-one-accrodion .accrodion-title {
    padding: 0 !important;
}

.faq-three.onco-faq-clean .faq-three__left .faq-one-accrodion .accrodion-title h4::before {
    display: none !important;
}

.faq-three.onco-faq-clean .faq-three__left .faq-one-accrodion .accrodion-content {
    padding: 0 !important;
    margin-top: 0 !important;
}

.faq-three.onco-faq-clean .faq-three-accrodion__count::after {
    display: none !important;
}


/*--------------------------------------------------------------
# Accordion general
--------------------------------------------------------------*/

.onco-faq-clean__accordion {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.onco-faq-clean__item {
    position: relative;
    overflow: hidden;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 149, 215, 0.16) !important;
    box-shadow: 0 14px 34px rgba(16, 26, 41, 0.06);
    transition: all 0.35s ease;
}

.onco-faq-clean__item + .onco-faq-clean__item {
    margin-top: 0 !important;
}

.onco-faq-clean__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(4, 174, 164, 0.08), rgba(0, 149, 215, 0.08));
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 0;
}

.onco-faq-clean__item:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 149, 215, 0.34) !important;
    box-shadow: 0 22px 48px rgba(16, 26, 41, 0.09);
}

.onco-faq-clean__item.active {
    border-color: rgba(4, 174, 164, 0.48) !important;
    box-shadow: 0 24px 58px rgba(16, 26, 41, 0.11);
}

.onco-faq-clean__item.active::before {
    opacity: 1;
}


/*--------------------------------------------------------------
# Pregunta
--------------------------------------------------------------*/

.onco-faq-clean__question {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: 48px 1fr 42px;
    align-items: center;
    gap: 18px;
    min-height: 82px;
    cursor: pointer;
    padding: 18px 20px 18px 22px !important;
}

.onco-faq-clean__item.active .onco-faq-clean__question {
    padding-bottom: 14px !important;
}

.onco-faq-clean__count {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 252, 250, 0.95));
    border: 1px solid rgba(4, 174, 164, 0.20);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.75),
        0 10px 20px rgba(4, 174, 164, 0.08);
}

.onco-faq-clean__count::before {
    counter-increment: oncoFaq;
    content: counter(oncoFaq, decimal-leading-zero);
    color: var(--color1);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    margin: 0 !important;
}

.onco-faq-clean__question-title {
    color: var(--careon-gray) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.85 !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.onco-faq-clean__item.active .onco-faq-clean__question-title {
    color: var(--color2) !important;
}

.onco-faq-clean__question::after {
    content: "+";
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    color: var(--color2);
    background: rgba(0, 149, 215, 0.10);
    border: 1px solid rgba(0, 149, 215, 0.18);
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    transition: all 0.35s ease;
}

.onco-faq-clean__item:hover .onco-faq-clean__question::after {
    background: rgba(4, 174, 164, 0.12);
    border-color: rgba(4, 174, 164, 0.24);
}

.onco-faq-clean__item.active .onco-faq-clean__question::after {
    content: "−";
    color: var(--white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    border-color: transparent;
    box-shadow: 0 12px 26px rgba(0, 149, 215, 0.24);
}


/*--------------------------------------------------------------
# Respuesta
--------------------------------------------------------------*/

.onco-faq-clean__answer {
    position: relative;
    z-index: 2;
}

.onco-faq-clean__answer-inner {
    position: relative;
    padding: 0 78px 30px 88px;
}

.onco-faq-clean__answer-inner::before {
    content: "";
    position: absolute;
    left: 88px;
    right: 78px;
    top: -2px;
    height: 1px;
    background: rgba(0, 149, 215, 0.14);
}

.onco-faq-clean__answer-inner::after {
    content: "";
    position: absolute;
    left: 88px;
    top: 16px;
    bottom: 30px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--color1), var(--color2));
    opacity: 0.55;
}

.onco-faq-clean__answer-inner p {
    position: relative;
    color: var(--careon-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 1.1px;
    margin: 0;
    padding: 18px 0 0 20px;
}


/*--------------------------------------------------------------
# Imagen derecha
--------------------------------------------------------------*/

.onco-faq-clean__image-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 10px solid var(--white);
    background: var(--white);
    box-shadow: 0 28px 70px rgba(16, 26, 41, 0.14);
}

.onco-faq-clean__image-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(16, 26, 41, 0) 45%, rgba(16, 26, 41, 0.42) 100%);
    z-index: 2;
    pointer-events: none;
}

.onco-faq-clean__image-card img {
    display: block;
    width: 100%;
    height: 575px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    transition: all 0.6s ease;
}

.onco-faq-clean__image-card:hover img {
    transform: scale(1.05);
}


/*--------------------------------------------------------------
# Contacto sobre imagen
--------------------------------------------------------------*/

/* .onco-faq-clean__contact {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    width: auto !important;
    max-width: none !important;
    padding: 22px 24px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(0, 149, 215, 0.15);
    box-shadow: 0 20px 45px rgba(16, 26, 41, 0.18);
    backdrop-filter: blur(12px);
    z-index: 5;
} */

.onco-faq-clean__contact-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--color1);
    background: rgba(4, 174, 164, 0.10);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.onco-faq-clean__contact-list {
    margin: 0;
}

.onco-faq-clean__contact-item {
    position: relative;
    display: grid !important;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    align-items: center;
    padding: 14px 0;
}

.onco-faq-clean__contact-item + .onco-faq-clean__contact-item {
    margin-top: 0 !important;
    border-top: 1px solid rgba(0, 149, 215, 0.12);
}

.onco-faq-clean__contact-icon-box {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 0 !important;
}

.onco-faq-clean__contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    box-shadow: 0 10px 22px rgba(0, 149, 215, 0.20);
}

.onco-faq-clean__contact-icon span {
    color: var(--white) !important;
    font-size: 15px !important;
}

.onco-faq-clean__contact-type {
    color: var(--black);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.onco-faq-clean__contact-data p {
    color: var(--black);
    font-size: 15.5px;
    font-weight: 900;
    line-height: 1.45;
    margin: 0;
    word-break: break-word;
}

.onco-faq-clean__contact-data p a {
    color: var(--black);
    transition: all 0.3s ease;
}

.onco-faq-clean__contact-data p a:hover {
    color: var(--color2);
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .faq-three.onco-faq-clean {
        padding: 95px 0 110px;
    }

    .onco-faq-clean__title {
        font-size: 38px;
    }

    .onco-faq-clean__image-card img {
        height: 540px;
    }

    .onco-faq-clean__answer-inner {
        padding-right: 58px;
    }

    .onco-faq-clean__answer-inner::before {
        right: 58px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-three.onco-faq-clean {
        padding: 85px 0 100px;
    }

    .onco-faq-clean__heading {
        text-align: center;
        margin-bottom: 46px !important;
    }

    .onco-faq-clean__title {
        font-size: 35px;
    }

    .onco-faq-clean__title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .onco-faq-clean__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .onco-faq-clean__image-card img {
        height: 470px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-three.onco-faq-clean {
        padding: 70px 0 85px;
    }

    .onco-faq-clean__title {
        font-size: 30px;
        letter-spacing: -0.6px;
    }

    .onco-faq-clean__subtitle {
        font-size: 15.5px;
    }

    .onco-faq-clean__accordion {
        gap: 14px;
    }

    .onco-faq-clean__question {
        grid-template-columns: 40px 1fr 36px;
        gap: 12px;
        min-height: 72px;
        padding: 16px 14px !important;
    }

    .onco-faq-clean__count {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .onco-faq-clean__question-title {
        font-size: 15.5px !important;
    }

    .onco-faq-clean__question::after {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 20px;
    }

    .onco-faq-clean__answer-inner {
        padding: 0 22px 24px 66px;
    }

    .onco-faq-clean__answer-inner::before {
        left: 66px;
        right: 22px;
    }

    .onco-faq-clean__answer-inner::after {
        left: 66px;
        bottom: 24px;
    }

    .onco-faq-clean__answer-inner p {
        font-size: 14.5px;
        padding-left: 17px;
    }

    .onco-faq-clean__image-card {
        border-width: 7px;
        border-radius: 24px;
    }

    .onco-faq-clean__image-card img {
        height: 410px;
        border-radius: 18px;
    }

    .onco-faq-clean__contact {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        border-radius: 0 0 18px 18px !important;
        box-shadow: none;
    }

    .onco-faq-clean__contact-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .faq-three.onco-faq-clean {
        padding: 60px 0 75px;
    }

    .onco-faq-clean__label {
        font-size: 10.5px;
        padding: 8px 12px;
    }

    .onco-faq-clean__title {
        font-size: 27px;
    }

    .onco-faq-clean__question {
        grid-template-columns: 36px 1fr 34px;
        align-items: center;
        gap: 10px;
        padding: 16px 12px !important;
    }

    .onco-faq-clean__count {
        width: 36px;
        height: 36px;
    }

    .onco-faq-clean__question::after {
        width: 34px;
        height: 34px;
    }

    .onco-faq-clean__answer-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .onco-faq-clean__answer-inner::before {
        left: 16px;
        right: 16px;
    }

    .onco-faq-clean__answer-inner::after {
        left: 16px;
    }

    .onco-faq-clean__answer-inner p {
        padding-left: 16px;
    }

    .onco-faq-clean__image-card img {
        height: 340px;
    }

    /* .onco-faq-clean__contact {
        padding: 20px 18px !important;
    } */
}


/*--------------------------------------------------------------
# FAQ Four
--------------------------------------------------------------*/
.faq-four {
    padding: 90px 0 120px;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.faq-page .faq-one__left {
    margin-bottom: 30px;
    margin-right: 0;
}





/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/