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

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

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

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

.health-benefits-wrapper .health-benefits-inner .health-benefits-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.pharmacy-benefits-wrapper .pharmacy-benefits-inner .pharmacy-benefits-image a,
.health-benefits-wrapper .health-benefits-inner .health-benefits-image a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.pharmacy-benefits-wrapper .pharmacy-benefits-inner .pharmacy-benefits-image a:before,
.health-benefits-wrapper .health-benefits-inner .health-benefits-image a:before {
    all: initial;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
    opacity: 0;
}

.pharmacy-benefits-wrapper .pharmacy-benefits-inner .pharmacy-benefits-image a:after,
.health-benefits-wrapper .health-benefits-inner .health-benefits-image a:after {
    all: initial;
    content: "Read\aMore";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background: #FF671D;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--wp--preset--font-family--paragraph);
    white-space: pre;
    opacity: 0;
}

@media (max-width: 992px) {
    .pharmacy-benefits-wrapper .pharmacy-benefits-inner .pharmacy-benefits-image a.active:before,
    .pharmacy-benefits-wrapper .pharmacy-benefits-inner .pharmacy-benefits-image a.active:after,
    .health-benefits-wrapper .health-benefits-inner .health-benefits-image a.active:before,
    .health-benefits-wrapper .health-benefits-inner .health-benefits-image a.active:after {
        transition: 0.5s linear opacity 0.5s;
        opacity: 1;
    }
}

/* Pharmacy Benefits Management Block Right */
.health-benefits-wrapper .health-benefits-inner .health-benefits-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);
}

.health-benefits-wrapper .health-benefits-inner .health-benefits-content .health-benefits-topic {
    font-size: clamp(0.875rem, 0.4741rem + 0.6466vw, 1.25rem);
    line-height: clamp(0.875rem, -0.528rem + 2.2629vw, 2.1875rem);
    margin: 0 !important;
}

.health-benefits-wrapper .health-benefits-inner .health-benefits-content .health-benefits-heading {
    font-size: var(--wp--preset--font-size--heading-2);
    font-weight: var(--wp--custom--typography--font-weight--600);
    line-height: var(--wp--custom--typography--line-height--heading-2);
    letter-spacing: -0.02em;
    margin: 0 !important;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*word-break: break-word;*/
}

.health-benefits-wrapper .health-benefits-inner .health-benefits-content .health-benefits-description,
.health-benefits-wrapper .health-benefits-inner .health-benefits-content p {
    line-height: var(--wp--custom--typography--line-height--body-large);
    color: rgba(0, 0, 0, 0.81);
    margin: 0 !important;
    letter-spacing: 0.02em;
    /*-webkit-line-clamp: 5;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*word-break: break-word;*/
    /*display: -webkit-box;*/
}

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

/* Mobile */
@media only screen and (max-width: 992px) {
    .health-benefits-wrapper {
        align-items: center;
        /*padding-top: 32px !important;*/
        /*padding-bottom: 32px !important;*/
    }

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

    .health-benefits-wrapper .health-benefits-inner .health-benefits-image {
        flex-basis: initial !important;
    }

    .health-benefits-wrapper .health-benefits-inner .health-benefits-image figure {
        height: 257px;
    }

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

    /*.health-benefits-wrapper .health-benefits-inner .health-benefits-content .health-benefits-heading {*/
    /*    -webkit-line-clamp: 4;*/
    /*}*/

    /*.health-benefits-wrapper .health-benefits-inner .health-benefits-content .health-benefits-description,*/
    /*.health-benefits-wrapper .health-benefits-inner .health-benefits-content p {*/
    /*    -webkit-line-clamp: 9;*/
    /*}*/
}
