.cta_map_directions__container--inner a.cta__button {
    font-family: Arial;
    font-size: 15px;
    color: #ffffff;
    background-color: #4269b6;
    text-decoration: none;
    padding: 15px 20px 15px 20px;
    text-align: center;
    margin-bottom: 10px;
    font-style: normal;
    display: inline-block;
    -webkit-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    -moz-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
}

.featuredblock__item {
    width: 24.333333%;
}

.cta_emergency__container--inner a.cta__button--icon {
color: #f44336;
    padding: 8px 7px;
    width: 100%;
    text-align: center;
}

ul.staff__list {
    list-style-type: none;
}

.wrap__featuredarticles {
    width: 100%;
}
@media(max-width:787px) {
    .featuredblock__item {
    width: 50%;
}


}

@media(max-width:500px) {
    .featuredblock__item {
    width: 100%;
}


}