/* What to expect after surgery CSS */

.page-main__wrapper.page-main__wrapper--heading-block {
    margin: 74px auto 0;
}

.page-heading__block {
    margin: 40px auto;
}

h1.page-heading__heading {
    font-family: "Filson Pro";
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #063A4C;
}

.content-wrapper--outer {
    background: #063A4C;
    padding: 64px 0;
}

.content-banner-column {
    display: flex;
    flex-direction: row;
    max-width: 1080px;
    align-items: flex-start;
    gap: 40px;
    margin: 0 auto;
	width: 98%;
}

.content-banner-column__img img {
    width: 100px;
    height: 100px;
}

p.content-banner-column__txt {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0 0 10px;
}

p.content-banner-column__txt:last-of-type {
    margin: 0;
}

p.content-banner-column__txt strong {
    font-weight: 800;
}

.content-wrapper--main {
    padding: 64px 0;
    margin: 0 auto;
    max-width: 940px;
}

h2.content__heading {
    font-family: "Filson Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0.52px;
    color: #063A4C;
    margin: 0 0 40px;
}

p.content__txt {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin: 0;
}

.content-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 40px 0;
}


.content-list__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 32px;
    background: #327096;
}

img.content-list__img {
    width: 80px;
    height: 80px;
}

p.content-list__txt {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0;
}


h3.content__sub-heading {
    margin: 24px 0 0;
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    color: #333;
}

.page-banner--cta {
    background: #063A4C;
}

.page-banner--cta__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 980px;
    padding: 40px 0 40px;
    margin: 0 auto;
	width: 98%;
}

.page-banner--cta__text {
    flex-basis: 494px;
    font-family: "Filson Pro";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}

.page-banner--cta__btn {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #B8F0FF;
    transition: all 150ms;
    width: 434px;
    justify-content: center;
    align-items: center;
}

.page-banner--cta__btn:hover {
    background: #A3E9FE;
}

.page-banner--cta__btn:active {
    background: #80E4F9;
    transform: scale(0.95);
}

a.page-banner--cta__btn-link {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #091B34;
}

.page-banner--cta__btn-link-icon {
    transition: transform 150ms;
}

.page-banner--cta__btn:hover .page-banner--cta__btn-link-icon {
    transform: translateX(8px);
}


p.page-banner--cta__fotnote {
    font-family: "Filson Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 1140px;
    margin: 32px auto;
    color: #333;
}


/* Mobile Styles */

@media screen and (max-width: 991px) {

    .page-main__wrapper.page-main__wrapper--heading-block {
        margin: 40px auto 0;
    }

    h1.page-heading__heading {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }

    .page-section__content-block {
        padding: 64px 15px;
    }

    .content-wrapper--outer {
        padding: 32px 15px;
    }

    .content-banner-column {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 24px;
    }

    p.content-banner-column__txt {
        text-align: center;
    }

    h2.content__heading {
        margin: 0 0 24px;
        letter-spacing: 0.52px;
    }

    .content-list {
        margin: 20px 0;
    }

    .content-list__item {
        padding: 24px;
    }

    img.content-list__img {
        width: 50px;
        height: 50px;
    }

    .content-wrapper--main {
        padding: 51px 15px;
        width: 100%;
    }

    .page-banner--cta {
        padding: 0 15px;
    }

    .page-banner--cta__wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .page-banner--cta__text {
        flex-basis: auto;
    }

	a.page-banner--cta__btn-link {
        max-width: 340px;
        width: 100%;
    }

    .page-banner--cta__btn {
        padding: 0 24px;
        height: 72px;
        align-items: center;
        width: 100%;
    }

    p.page-banner--cta__fotnote {
        margin: 32px 15px;
    }

    .isi {
        margin-top: 28px;
    }
}