.valuecards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:2rem;scroll-behavior:smooth}.valuecards__card{border-radius:0 0 8px 8px;flex:0 0 100%;overflow:hidden;scroll-snap-align:center}.valuecards__dots{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.valuecards__dot{background:#bbb;border-radius:50%;cursor:pointer;height:.8rem;transition:background .3s;width:.8rem}.valuecards__dot.active{background:#302ab2}.valuecards__image{height:264px;object-fit:cover;width:100%}.valuecards__card{display:flex;flex-direction:column;gap:1rem}.valuecards__title{font-size:1.25rem;font-weight:800;letter-spacing:0;line-height:1.75rem;margin:0;padding:0 2rem}.valuecards__text{font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem;padding:0 2rem 2rem}@media (min-width:768px){.valuecards{display:grid;gap:4rem 2rem;grid-template-columns:repeat(2,1fr)}.valuecards__dots{display:none}}