@media(min-width: 768px) {
.featuredblock__item {
width: 23.4%;
}
}

.featuredblock__item:nth-child(3n + 1) .featuredblock__container {
    background-color: #5a0029;
}

.featuredblock__item:nth-child(3n + 3) .featuredblock__container .featuredblock__button {
    background-color: #5A0029;
}