/**
 * Seção de serviços
 *
 */
section.services {
    background-image: url('../../images/images/background/divisor_light-goldenrod-yellow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

section.services .card-header img {
    display: block;
    height: 4.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 576px) {
    section.services {
        padding-bottom: 15rem;
    }
}

/**
 * Seção de tratamentos
 *
 */
section.treatments .card-header img {
    display: block;
    width: 4.125rem;
    max-width: unset;
    margin-right: 1.25rem;
}

@media screen and (max-width: 768px) {
    section.treatments .treatments-wrapper > div {
        max-width: 320px;
    }

    section.treatments .treatments-wrapper > div:not(:first-child) {
        padding-right: 0;
    }

    section.treatments .card-anchor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section.treatments .card-anchor .card-title,
    section.treatments .card-anchor .paragraph {
        text-align: center;
    }
}
