
section.flexible-accordion .section-title {
    text-transform: uppercase;
}


/* BACKGROUND */

body > .container + section::before {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    height: 976px;
    background: linear-gradient(179.26deg, rgba(255, 255, 255, 0) -1.56%, #E2ECF3 51.07%, rgba(255, 255, 255, 0) 106.46%);
}

section.content-with-image.flexible-item-1 .section-background {
    position: absolute;
    width: 440px;
    max-width: 60%;
    height: 880px;
    top: 320px;
    left: 0;
    overflow: hidden;
}

section.content-with-image.flexible-item-1 .section-background::before {
    content: '';
    position: absolute;
    width: 880px;
    height: 880px;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #F4F7F9;
}


/* MEDIA */

@media only screen and (max-width: 991px) {
    h1.entry-title {
        margin-bottom: 48px;
    }

    section.content-with-image .img-right-logos {
        justify-content: center;
    }

    section.content-with-image .img-right-logos .logo-item {
        margin: 0 0 20px 0;
    }

    section.content-with-image .img-right-logos .logo-item:last-child {
        margin: 0;
    }
}

/* ( < 991 ) */
