.fx-hero {
    display: flex;
    flex-direction: column-reverse;
}

strong {
    font-family: var( --body-bold-font);
}

@media(min-width:768px){

    .fx-hero {
        display: flex;
        position: relative;
    }
    img.fx-hero-image {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .fx-hero .hero-content {
        z-index: 9;
        max-width: 702px;
        margin: 75px 0;
        position: relative; 
    }
    
}

/*Split Section*/
.split-right {
    background: #E8E7E7;
}

.split {
    padding: 50px;
}

.fx-hero {
    margin: 0px;
}


@media(min-width:768px){

    .fx-hero{
        margin-bottom: 50px;
    }

    .fx-split .wrapper.flex {
        flex-direction: row;
    }

    .split {
        width: 50%;
    }
}

/*Testimonial Section*/
.fx-testimonials{
    background: #F8F8F8;
    padding: 50px 0;
}

.fx-testimonials .flex{
    flex-wrap: wrap;
    overflow-x: hidden;
}

.fx-single-testimonial{
    margin-bottom: 32px;
}

.fx-testimonials .section-header{
    margin:25px;
    text-align: center;
    width: 100%;
}

/*Additional Support*/

.fx-additional-support {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 0;
}

.fx-additional-support .fx-bkg-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-position: bottom right;
}

.fx-additional-support .wrapper.flex {
    z-index: 9;
    position: relative;
    flex-wrap: wrap;
}

.fx-additional-support h2{
   width: 100%;
}

.fx-additional-support:before{
    content: '';
    background: linear-gradient(90deg, rgba(238,236,232,1) 17%, rgba(238,236,232,0) 100%);
    width: 80%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.support--item {
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    padding: 16px;
}

.support--headlin {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-family: var(--base-headline-font);
    text-transform: uppercase;
    color: #000;
}

.support--headlin img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.support--item {
    color: #707070;
    font-size: 16px;
}

.cta--wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cta--wrapper .btn + .btn {
    margin-left: 10px;
}

@media(min-width:768px){
    .support--item {
    max-width: 436px;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.support--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 889px;
}

.cta--wrapper {
    display: flex;
    margin-top: auto;
}

.cta--wrapper .btn {
    display: flex;
    padding: 1rem 7rem .7rem 1.4rem;
}

}

/*Pricing Section*/

.fx-pricing{
    position: relative;
    margin-bottom: 0;
}

.fx-pricing .fx-bkg-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-position: bottom right;
}

.fx-pricing .wrapper.flex {
    z-index: 9;
    position: relative;
    flex-wrap: wrap;
    padding: 50px 1rem;
}

.fx-pricing h2{
   width: 100%;
   margin-bottom: 20px;
}

.fx-pricing:before{
    content: '';
    background: linear-gradient(90deg, rgba(238,236,232,1) 39%, rgba(238,236,232,0) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.pricing--wrapper {
    background: #fff;
    max-width: 904px;
    margin: auto;
    padding: 40px;
    text-align: center;
}

.pricing--item.b-grad {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px;
    /* background: linear-gradient(157deg, #0299c4 0%, #1467c0 100%); */
    background: var( --theme-berry3 )!important;
}

.pricing--item .big {
    font-family: var(--base-headline-font);
    font-size: 44px;
    letter-spacing: .02em;
    margin-top: 14px;
}

@media(min-width:768px){

.pricing-card--wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 644px;
    margin: auto;
}

.pricing--item {
    width: calc(50% - 16px);
}
}