.component-small-card-slider-container{background-color:var(--color-gray_50)}
.component-small-card-slider{max-width:1036px;margin:90px auto 80px;padding:0 20px}
.component-small-card-slider .swiper{padding-bottom:40px}
@media(min-width:768px){.component-small-card-slider .swiper{padding-bottom:77px}
}
.component-small-card-slider .swiper-slide{width:100%}
@media(min-width:768px){.component-small-card-slider .swiper-slide{width:50%}
}
.component-small-card-slider_content{display:block}
@media(min-width:768px){.component-small-card-slider_content{display:flex}
}
.component-small-card-slider_content_img{text-align:center}
.component-small-card-slider_content img{border-radius:16px;width:auto;height:57vw;margin-right:20px;object-fit:contain;object-position:center;margin-bottom:20px}
@media(min-width:768px){.component-small-card-slider_content img{width:154px;height:auto;object-fit:contain;object-position:center;margin-bottom:0}
}
.component-small-card-slider_content h3{color:var(--color-blue_navy);font-family:"Avenir";font-style:normal;font-weight:600;font-size:20px;line-height:30px;letter-spacing:0;text-transform:none;margin:10px 0 5px 0}
@media(min-width:768px){.component-small-card-slider_content h3{margin:0 0 14px 0}
}
.component-small-card-slider_content p{color:var(--color-black);font-family:"Avenir";font-style:normal;font-weight:400;font-size:16px;line-height:20px;letter-spacing:0;margin:0 0 17px 0}
.component-small-card-slider_content a .de-icon{width:24px;height:20px}
.component-small-card-slider .swiper-pagination{display:flex;align-items:center;justify-content:center}
.component-small-card-slider .swiper-pagination span{width:8px;height:8px;background:var(--color-Content-tertiary);opacity:1}
.component-small-card-slider .swiper-pagination .swiper-pagination-bullet-active{background:var(--color-blue_navy);border-radius:4px;height:8px;width:32px}