.section-service:not(.section-recommendation) {
    background: #fff4e9;
}

.section-service .section-content {
    padding-top: 30px;
}

.section-service__panel {
    transition: all 300ms ease-out 0s;
    text-align: center;
    margin: 10px;
}

.section-service__panel p {
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 600;
    color: #484848;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 1.55;
}

.section-service__panel p.subtitle {
    color: #682453;
    font-style: italic;
    font-size: 12px;
}

.section-service__icon {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-service__icon img {
    width: auto !important;
    margin: 0 auto;
    max-height: 100%;
}