.destacados {
    margin: 50px;
    padding: 30px;
    background-color: rgba(200, 200, 200, 0.10);
}

.destacados .block.block-layout-builder.block-field-blocknodedestacadostitle.clearfix {
    color: #134759;
    font-family: 'Montserrat-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}



.destacados section div {
    margin-top: 10px;
}

.destacados .field--label,
.destacados .field--item {
    color: #316649;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.destacados .field--label {
    font-weight: 600;

}

.destacados .field--item a::before {
    content: var(--link-green);
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.destacados .field--item a {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}