.rodi-service {
    position: relative;
    padding: 40px 0 50px;
    background: #F4E9F1;
}

.rodi-service__section {
    max-width: 760px;
    margin: auto;
}

.rodi-service__h2 {
    text-align: center;
}

.rodi-service__fon {
    display: none;
}

.rodi-service__fon-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rodi-service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px -10px;
}

.rodi-service__col {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px 10px;
}

.rodi-service__appoiment {
    display: block;
    margin: 30px auto 0;
    position: relative;
    max-width: 246px;
}

.rodi-service-item {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.rodi-service-item__square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 7px 39px rgba(0, 0, 0, 0.17);
    border-radius: 30px 30px 40px 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rodi-service-item__canvas {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.rodi-service-item__img {
    max-height: 45px;
}

.rodi-service-item__body {
    margin-top: 5px;
}

.rodi-service-item__title {
    display: block;
    font-family: 'Cocon-Regular', 'Cocon', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #8E2B62;
    min-height: 42px;
}

@media (min-width: 375px) {
    .rodi-service-item__img {
        max-height: 55px;
    }

    .rodi-service-item__title {
        font-size: 14px;
    }
}

@media (min-width: 425px) {
    .rodi-service-item__img {
        max-height: 65px;
    }

    .rodi-service-item__body {
        margin-top: 10px;
    }

    .rodi-service-item__title {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .rodi-service {
        padding: 100px 0 70px;
    }

    .rodi-service__list {
        margin: 0 -10px -20px;
    }

    .rodi-service__col {
        padding: 0 10px 20px;
    }

    .rodi-service-item__square {
        padding: 20px;
    }

    .rodi-service-item__img {
        max-height: 100%;
    }

    .rodi-service-item__body {
        margin-top: 20px;
    }

    .rodi-service-item__title {
        font-size: 18px;
        min-height: 50px;
    }
}

@media (min-width: 869px) {
    .rodi-service {
        padding: 100px 0 70px;
    }

    .rodi-service__section {
    }

    .rodi-service__h2 {
    }

    .rodi-service__fon {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .rodi-service__fon-item {

    }

    .rodi-service__list {
        justify-content: center;
    }

    .rodi-service__col {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .rodi-service__appoiment {
        margin: 35px auto 0;
    }

    .rodi-service-item {
    }

    .rodi-service-item__square {
    }

    .rodi-service-item__canvas {

    }

    .rodi-service-item__img {

    }

    .rodi-service-item__body {
    }

    .rodi-service-item__title {
    }
}
