.about-featured-block{
    padding-top: 60px;
    padding-bottom: 72px;
}
.about-featured-block .h2{
    font-family: Haffer;
    font-size: 42px;
    font-weight: 500;
    line-height: 63px;
    letter-spacing: 0.41999998688697815px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 4px;
}
.about-featured-block p{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.row.featured_items {
    display: flex;
    flex-wrap: nowrap;
    gap: 79px;
    margin-top: 44px;
    justify-content: center;
}
.row.featured_items .featured-item {
    width: auto;
    text-align: center;
    padding: 0 !important;
    max-width: 132px;
}
.row.featured_item .featured-item img {
    width: 120px;
}
.row.featured_items .featured-item h3{
    font-family: Haffer;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: 0.18000000715255737px;
    color: #ffffff;
    margin-top: 12px;
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .row.featured_items {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .row.featured_items {
        display: grid;
        gap: 50px;
        grid-template-columns: auto auto;
    }
}