.office-services {
    background: #ED7453;
    border-radius: 20px 20px 0 20px;
    padding: 30px;
    position: relative;
    margin: 0 -20px 30px;
}

.office-services_purple {
    background: #572f8e;
}

.office-services:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    right: 0;
    bottom: -20px;
    background: #ED7453;
}

.office-services_purple:before {
    background: #572f8e;
}

.office-services:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: -20px;
    background: #fff;
    border-radius: 0 20px 0 0;
}

.office-services__title {
    display: none;
}

.office-services__fon {
    display: none;
}

.office-services__inner {
    position: relative;
}

@media (min-width: 375px) {

}

@media (min-width: 576px) {
    .office-services {
        margin: 0 0 30px;
    }
}

@media (min-width: 869px) {
    .office-services {
        border-radius: 40px 40px 40px 0;
        padding: 45px 70px 45px 90px;
        margin: 0;
    }

    .office-services:before,
    .office-services:after {
        display: none;
    }

    .office-services__head {
        display: none;
    }

    .office-services__title {
        display: block;
        position: relative;
        z-index: 1;
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        color: #FFFFFF;
        margin-bottom: 25px;
    }

    .office-services__fon {
        display: block;
        position: absolute;
        width: 368px;
        height: 352px;
        fill: #F79A81;
        right: -30px;
        top: -69px;
    }

    .office-services_purple .office-services__fon {
        fill: #915cd9;
    }
}

@media (min-width: 1189px) {
    .office-services__fon {
        width: 450px;
        height: 440px;
        right: -40px;
    }
}
