.editor-styles-wrapper .b-contact-card {
    padding: 40px 20px;
    background-color: #EFF0F5;
    margin-bottom: 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.editor-styles-wrapper .b-contact-card__sector {
    text-transform: uppercase;
    font-size: 14px;
    color: #203988;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 60px;
}

.editor-styles-wrapper .b-contact-card__name {
    font-size: 18px;
    color: #2B2B2A;
    font-weight: bold;
    margin-bottom: .25em;
    margin-top: auto;
}

.editor-styles-wrapper .b-contact-card__content {
    font-size: 16px;
    line-height: 1.5;
}

.editor-styles-wrapper .b-contact-card__content > *:last-child {
    margin-bottom: 0;
}