.featured-category, .featured-category__elements {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.featured-category__title {
    font-size: 1.9rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}

.featured-category__subtitle {
    line-height: 1.5;
    color: #ff6d45;
    margin-bottom: 13px;
}

.featured-category__left, .featured-category__right, .featured-category-element {
    padding: 0 10px;
}

@media (min-width: 768px) {
    .featured-category__left {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .featured-category__right {
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }
}

@media (max-width: 768px) {
    .featured-category__elements {
        justify-content: center;
    }
    .featured-category__left {
        text-align: center;
    }
}

@media (min-width: 1366px) {
    .featured-category__title, .featured-category__subtitle {
        max-width: 50%;
    }
}

.featured-category__elements {
}

.featured-category-element {
    margin-bottom: 50px;
}

.featured-category-element__bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.featured-category-element__titles h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #333;
}

.featured-category-element__subtitle {
    line-height: 1.5;
    color: #ff6d45;
}

.featured-category-element__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.featured-category-element__buttons a {
    text-align: center;
}