

/* ------ START KEY BENEFITS SECTION ------ */
.key-benefits-section {
    background: #F6F8FB;
    padding-top: 69px;
    padding-bottom: 148px;
}

.key-benefits-section .key-benefits-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.key-benefits-section img.open-icon {
    display: none;
    width: 14px !important;
    height: 14px !important;
    margin-left: auto;
}

.key-benefits-section h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 12px;
    padding-top: 0;
    border-bottom: 3px solid #EE3235;
    margin-bottom: 38px;
}

.key-benefits-section .benefit-container {
    display: flex;
    gap: 50px 42px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.key-benefits-section .benefit {
    background: #FFFFFF;
    border-radius: 8px;
    padding-bottom: 35px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 20px;
    width: calc(33% - 87px);
}

.key-benefits-section .benefit-title {
    display: flex;
    align-items: center;
}

.key-benefits-section .benefit-title img {
    width: 49px;
    height: auto;
    margin-right: 17px;
}

.key-benefits-section .benefit-title h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0;
}

.key-benefits-section .benefit-text {
    margin-top: 10px;
}

.key-benefits-section .benefit-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

.key-benefits-section .button {
    font-family: 'Montserrat';
    font-style: normal;
    background: #EE3235;
    border-radius: 6px;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    margin-top: 68px;
    border: none;
    text-transform: none;
    text-shadow: none;
}

.key-benefits-section .expand-icon {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .key-benefits-section .benefit-container {
        gap: 30px;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .key-benefits-section img.open-icon {
        pointer-events: none;
        display: block;
    }

    .key-benefits-section .benefit-container {
        flex-direction: column;
        gap: 10px 0;
        padding: 22px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .key-benefits-section .benefit {
        width: 100%;
        max-width: 420px;
        padding: 0;
    }

    .key-benefits-section .benefit-text {
        padding: 0;
        margin: 0;
        visibility: hidden;
        height: 0;
        transition: 0.2s all;
        overflow: hidden;
    }

    .key-benefits-section .benefit-text p {
        display: none;
    }

    .key-benefits-section .benefit-title {
        padding: 0 29px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .key-benefits-section .benefit-title h3 {
        padding-right: 15px;
    }

    .key-benefits-section .show-expanded {
        visibility: visible;
        height: auto;
        padding: 29px;
        padding-top: 0px;
    }

    .key-benefits-section .show-expanded p {
        display: block;
    }

    .key-benefits-section .expand-icon {
        display: block;
        margin-left: auto;
        font-weight: 400;
        font-size: 30px;
        line-height: 1;
        color: #000000;
    }

    .key-benefits-section .minus {
        font-size: 40px;
    }

    .key-benefits-section .button {
        display: none;
    }

    .key-benefits-section {
        padding-top: 49px;
        padding-bottom: 66px;
    }

    .key-benefits-section h4 {
        font-size: 27px;
        max-width: 85%;
        text-align: center;
    }
}
/* ------ END KEY BENEFITS SECTION ------ */


