.featuredProductsSection {
    margin-top: 120px;
}

.featuredProducts {
    max-width: 1470px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featuredProducts > div {
    flex: 0 0 16%;
    position: relative;
}

.featuredProducts img {
    width: 100%;
}

.featuredProducts h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: .3s;
}

.featuredProducts div:hover h4 {
    color: #005C01;
    text-decoration: none;
}

.featuredProducts div:hover a {
    text-decoration: none;
}

.featuredProducts img {
    transition: .3s;
}

.featuredProducts div:hover img {
    filter: brightness(0.85);
}


@media (max-width: 1499px) {
.featuredProducts {
    max-width: 1170px;
}
}

@media (max-width: 1199px) {
.featuredProducts {
    max-width: 970px;
}

.featuredProducts > div {
    flex: 0 0 32%;
    margin-bottom: 25px;
}
}

@media (max-width: 991px) {
.featuredProducts {
    max-width: 740px;
}
}

@media (max-width: 767px) {
.featuredProducts {
    max-width: 300px;
    flex-flow: column;
}

.featuredProducts img {
    height: 140px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.5);
}

.featuredProducts h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 25px;
    width: 100%;
    text-shadow: 1px 1px 3px #000000;
    margin: 0;
}

.featuredProductsSection {
    margin-top: 60px;
}

.featuredProducts > div {
    margin-bottom: 15px;
}

.ItemGroup_1-0-0 .featuredItems .slick-slide {
    height: 360px;
}
}

