/**
 * Seção de nossa história
 *
 */
section.our-history {
    background-image: url('../../images/images/background/divisor_light-goldenrod-yellow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

section.our-history .about-content p:last-child {
    margin-bottom: 0;
}

section.our-history .about-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    border-radius: var(--border-radius-lg);
}

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

/**
 * Seção de profissionais
 *
 */
section.professionals {
    background-image: url('../../images/images/background/divisor_anti-flash-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

section.professionals .card {
    overflow: hidden;
    border-radius: var(--border-radius-md) var(--border-radius-md);
    border: solid 2px var(--secondary-color);
    background-color: var(--white-color);
    height: 100%;
}

section.professionals .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
}

section.professionals .card-body .card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.5rem;
}

section.professionals .card-body .register-number {
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

section.professionals .card-body .paragraph {
    margin-top: 0.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    max-height: 10.5rem;
}

section.professionals .card-header img {
    display: block;
    height: 13.75rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

/**
 * Seção de estrutura
 *
 */
section.our-structures .structure img {
    cursor: pointer;
    height: 20.315rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius-md);
}
