.top-image-text {
    position: relative;
    background-color: #F3F8FB;
    padding-bottom: 22px;
    z-index: 1;
}

.top-image-text + .bg-light-blue {
    background-color: #F3F8FB;
    padding-top: 0;
}

.top-image-text__image {
    margin: 0 -22px;
    height: 137px;
}

.top-image-text__text {
    position: relative;
    padding: 20px 22px;
    background-color: #fff;
    margin-top: -25px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(70,113,152,0.16);
}

.top-image-text__text h3 {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .top-image-text {
        padding-bottom: 64px;
    }
    
    .top-image-text__image {
        margin: 0 -52px;
        height: 254px;
    }
    
    .top-image-text__text {
        padding: 47px 42px 57px 58px;
        margin-top: -47px;
    }
    
    .top-image-text__text h3 {
        padding-bottom: 8px;
    }
}


@media (min-width: 1200px) {
    .top-image-text {
        padding-bottom: 90px;
    }
    
    .top-image-text__image {
        margin: 0;
        height: 336px;
    }

    .top-image-text__image img {
        border-radius: 5px;
    }
    
    .top-image-text__text {
        padding: 52px 95px 71px 76px;
        max-width: 1048px;
        margin: 0 auto;
        margin-top: -47px;
    }
    
    .top-image-text__text h3 {
        padding-bottom:14px;
    }

    .top-image-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-color: #fff;
        z-index: -1;

    }
}

.top-svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 154px;
    left: 0;
    transform: rotate(180deg);
    z-index: -1;
}

.top-right-svg {
    width: auto;
    height: 52px;
    position: absolute;
    top: 101px;
    right: 0;
    transform: rotate(180deg);
    z-index: -1;
}