.coffee-types-carousel-widget .coffee-types-carousel-wrapper .widget-title {
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    margin-bottom: 48px;
    text-align: center;
}
.coffee-types-carousel-widget{
    padding-bottom: 50px;
}
.coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 48px;
    justify-content: center;
}
.coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list .coffee-type-item{
    max-width: 350px;
}
.coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list .coffee-type-item .coffee-type-title{
    font-family: "archivo", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    padding-bottom: 16px;
    text-align: center;
}

.coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list .coffee-type-item .coffee-type-description{
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    padding-bottom: 16px;
    text-align: center;
}
.coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list .coffee-type-item .coffee-type-content {
    text-align: center;
    padding-bottom: 20px;
}

.coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list .coffee-type-item .coffee-type-content a{
    padding: 12px 18px;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #414651;
    border: 1px solid #414651;
    border-radius: 8px;


}

@media screen and (max-width:1000px) {

    .coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list{
        justify-content: start;
    }
    .coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper {
        overflow: hidden;
    }

}
@media screen and (max-width:767px){
    .coffee-types-carousel-widget .coffee-types-carousel-wrapper .widget-title {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list .coffee-type-item .coffee-type-title{
        font-size: 14px;
    }
    .coffee-types-carousel-widget .coffee-types-carousel-wrapper .coffee-types-swiper .coffee-types-list .coffee-type-item .coffee-type-description{
        font-size: 12px;
    }
}
