/* .mySwiper-homepage{
    z-index: -10;
} */

.swiper-title{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    text-align: center;
}

#recipes-arrow-r{
    right: -12px;
    width: 70px;
    height: 70px;
    top: 100px;

}
#recipes-arrow-l{
    left: -12px;
    width: 70px;
    height: 70px;
    top: 100px;

}
.mySwiper-featured-recipes, .mySwiper-related-recipes {
    padding: 0 2%;
}

.mySwiper-featured-recipes img, .mySwiper-related-recipes img{
    padding: 10px;
}




