.everise-more-about-us {
    padding: 0px !important;
}

.everise-more-about-us .container {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    /*padding: 132px;*/
    padding-top: 132px;
    padding-bottom: 132px;
}

.everise-more-about-us .main-cta {
    display: flex;
    align-items: center;
    gap: 24px 23px;
    justify-content: center;
}

.everise-more-about-us h2 {
    font-size: clamp(2.25rem, 0.3793103448275863rem + 3.0172413793103448vw, 4rem);
    font-weight: var(--wp--custom--typography--font-weight--600);
    line-height: clamp(2.8125rem, 0.47413793103448265rem + 3.771551724137931vw, 5rem);
    text-align: center;
    color: #000000;
    margin: 0;
}

.everise-more-about-us .thumbnail-about-us {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
}

.everise-more-about-us .cta-button {
    position: absolute;
    width: fit-content;
    left: 30px;
    bottom: 30px;
    border-radius: 8px;
    padding: 16px 20px 16px 24px;
    background-color: white;
    border-color: #FF671D;
    white-space: nowrap;
}

.everise-more-about-us .cta-button i.fa {
    font-size: clamp(0.5rem, 0.3216163793103448rem + 0.2877155172413793vw, 0.666875rem);
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.everise-more-about-us .cta-button a {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.everise-more-about-us .cta-button .text {
    color: #FF671D;
    font-family: var(--wp--preset--font-family--paragraph);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

@media (max-width: 992px) {
    .everise-more-about-us {
        height: auto;
        padding: 0 !important;
        width: 100%;
    }

    .everise-more-about-us .container {
        row-gap: 40px;
        /*padding: 0px 16px 60px;*/
        padding-bottom: 60px;
        padding-top: 0px;
    }

    .everise-more-about-us h2 {
        text-align: left;
    }

    .everise-more-about-us .main-cta {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        align-items: center;
    }

    .everise-more-about-us .thumbnail-about-us {
        height: 155px;
    }

    .everise-more-about-us .cta-button {
        position: absolute;
        border-radius: 8px;
        padding: 16px 20px;
        background-color: white;
        border-color: #FF671D;
        white-space: nowrap;
        display: flex;
        align-items: center;
        width: auto;
        height: auto;
        top: initial;
        left: 10px;
        bottom: 20px;
    }

    .everise-more-about-us .cta-button i.fa {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    .everise-more-about-us .cta-button .text {
        color: #FF671D;
        font-family: var(--wp--preset--font-family--paragraph);
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }
}
