.cards{display:flex;justify-content:center;padding:0 1rem;width:100%}.cards,.cards *,.cards :after,.cards :before{box-sizing:border-box}.cards__container{margin:0 auto;max-width:68.5rem;width:100%}.cards__title{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2rem;margin:0 0 2rem;text-align:center}.cards__track-container{margin:0 auto;max-width:100%;overflow:hidden;width:22rem}.cards__grid{display:flex;gap:1.625rem;transition:transform .4s ease-in-out}.cards__card{border:1px solid;border-radius:1rem;box-sizing:border-box;display:flex;flex:0 0 22rem;flex-direction:column;max-width:100%;padding:1.625rem;width:22rem}.cards__card-image-wrapper{border-radius:.5rem;height:11.75rem;margin-bottom:1.5rem;overflow:hidden;width:100%}.cards__card-image{display:block;height:100%;object-fit:cover;width:100%}.cards__card-content{display:flex;flex-direction:column;gap:1rem}.cards__card-title{font-size:1.5rem;font-weight:700;line-height:2rem}.cards__card-text,.cards__card-title{letter-spacing:0;margin:0;text-align:left}.cards__card-text{font-size:.875rem;font-weight:400;line-height:1.25rem}.cards__dots{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.cards__dot{background-color:rgba(37,37,37,.3);border:none;border-radius:50%;cursor:pointer;height:.5rem;padding:0;transition:background-color .3s ease,transform .3s ease;width:.5rem;-webkit-tap-highlight-color:transparent!important}.cards__dot,.cards__dot:active{box-shadow:none!important;outline:none!important}.cards__dot--active{background-color:#303aae;transform:scale(1.25)}@media (min-width:768px){.cards{padding:0 2rem}.cards__title{font-size:2.5rem;line-height:3rem;margin-bottom:3rem}.cards__track-container{margin:0;max-width:none;overflow:visible;padding:0;width:100%}.cards__grid{flex-wrap:wrap;justify-content:center;transform:none!important;transition:none}.cards__card{flex:0 1 calc(33.333% - 1.084rem);max-width:21.75rem;width:auto}.cards__dots{display:none}}