.ahec-members .views-row {
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

.ahec-members .member-name a {
    color: #27336F;
    font-family: "Libre Baskerville";
    font-size: 17px;
    font-weight: 700;
}

.ahec-members .member-name a:hover {
    text-decoration: none;
    color: rgb(228, 5, 68);
    transition: 0.13s all ease;
}

.ahec-members .member-name a:focus {
    text-decoration: none;
}

.ahec-members .titulus {
    color: #888888;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}

.ahec-members .col-12.col-sm-6.col-md-3 {
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.ahec-members .col-12.col-sm-6.col-md-3:hover {
    transform: scale(1.05);
}

.ahec-members .views-field-field-portrait img {
    max-width: fit-content;
}

@media only screen and (max-width: 992px) {
    .ahec-members .views-row {
        padding: 0;
    }
}