section#group {
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #183B60;
    background-color: #f7f7f7;
}

section#group .group-title {
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
}

section#group .group-subtitle {
    font-family: inherit;
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: .5rem;
    border-bottom: 3px solid #666666;
}

section#group .group-subtitle-passageiros {
    border-color: #183b60;
}

section#group .group-subtitle-logistica {
    border-color: #fded00;
}

section#group .group-subtitle-servicos {
    border-color: #00778b;
}

section#group img {
    max-width: 100%;
    height: auto;
}