/*! autoprefixer: on */.hero__card{margin-top:8.75rem;height:13.75rem}.container.challenges .card.active{border:1px solid #c9c9c9}.container.challenges .card:hover{border:1px solid #0d58c9}.container.products{background-color:#f5f5f5;height:auto}.container.products .title{text-align:center}.container.products .cards{display:flex;justify-content:center;flex-wrap:wrap;gap:1.688rem}.container.products .cards .card{display:flex;align-items:center;justify-content:center;width:48.375rem;height:17.438rem;background-color:#fff;border-radius:1rem}.container.products .cards .card .img-wrap{display:flex;align-items:center;justify-content:center;width:15.25rem;height:14.625rem;background-color:#f5f5f5;border-radius:.75rem;overflow:hidden}.container.products .cards .card .img-wrap img{transition:all .3s ease}.container.products .cards .card__content{margin-left:2.5rem;width:28.125rem}.container.products .cards .card__title{margin-bottom:1.25rem;font-size:1.5rem;color:#333;font-weight:500;line-height:1.2}.container.products .cards .card__list{padding-left:1.2em;font-size:1.125rem;color:#666}.container.products .cards .card__list li{list-style:disc}.container.products .cards .card:hover .img-wrap img{transform:scale(1.1)}