/* PC */
.more-explanation-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 !important;
    background: #FDFDFD;
}

.more-explanation-wrapper .more-explanation-inner {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    /*max-width: calc(1920px - 132px * 2);*/
    column-gap: clamp(2rem, -6.819rem + 14.2241vw, 10.25rem);
    /*padding: 132px 132px 0 132px !important;*/
    padding-top: 132px;
    padding-bottom: 0px;
    margin: 0;
    overflow: hidden;
}

/* Pharmacy Benefits Management Block Left */
.more-explanation-wrapper .more-explanation-inner .more-explanation-image {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    flex-basis: 50%;
}

.more-explanation-wrapper .more-explanation-inner .more-explanation-image figure {
    width: 100%;
    height: 612px;
    margin: 0;
}

.more-explanation-wrapper .more-explanation-inner .more-explanation-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

/* Pharmacy Benefits Management Block Right */
.more-explanation-wrapper .more-explanation-inner .more-explanation-content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    flex-basis: calc(50% - 164px);
}

.more-explanation-wrapper .more-explanation-inner .btn-cta .wp-block-button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    font-weight: 500;
    line-height: clamp(0.97625rem, 0.4532rem + 0.8436vw, 1.465rem);
    padding: 16px 20px 16px 24px;
    height: 55px;
}

.more-explanation-wrapper .more-explanation-inner .btn-cta .wp-block-button__link .fa-chevron-right {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
}

.more-explanation-wrapper .more-explanation-inner .more-explanation-content .more-explanation-heading {
    color: #231F20;
    font-size: var(--wp--preset--font-size--heading-2);
    font-weight: var(--wp--custom--typography--font-weight--600);
    line-height: 125%;
    margin: 0 !important;
}

.more-explanation-wrapper .more-explanation-inner .more-explanation-content .more-explanation-description,
.more-explanation-wrapper .more-explanation-inner .more-explanation-content p {
    line-height: var(--wp--custom--typography--line-height--body-large);
    color: rgba(0, 0, 0, 0.81);
    margin: 0 !important;
}

/* Tablet */
@media only screen and (max-width: 1400px) {
    .more-explanation-wrapper .more-explanation-inner {
        /*padding-right: 16px !important;*/
        /*padding-left: 16px !important;*/
    }
}

/* Mobile */
@media only screen and (max-width: 992px) {
    .more-explanation-wrapper {
        align-items: center;
        margin-top: 66px;
        margin-bottom: 66px;
    }

    .more-explanation-wrapper .more-explanation-inner {
        flex-direction: column;
        row-gap: 32px;
        /*padding: 0 16px 0 !important;*/
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .more-explanation-wrapper .more-explanation-inner .more-explanation-image {
        height: 254px;
        flex-basis: initial !important;
    }

    .more-explanation-wrapper .more-explanation-inner .more-explanation-image figure {
        height: 257px;
    }

    .more-explanation-wrapper .more-explanation-inner .more-explanation-content {
        justify-content: flex-start;
        row-gap: 16px;
    }

    .more-explanation-wrapper .more-explanation-inner .btn-cta .wp-block-button__link {
        height: 48px;
    }

    .more-explanation-wrapper .more-explanation-inner .btn-cta .wp-block-button__link .fa-chevron-right {
        font-size: 8px;
        width: 12px;
        height: 12px;
        line-height: 12px;
    }
}
