.cards{display:flex;flex-direction:row;gap:16px}.card{min-width:276px;max-width:376px;height:auto;border-radius:8px;background:#f6f6f6}.card,.card__content{display:flex;flex-direction:column;gap:8px}.card__content{padding:0 24px}.card__title{font-weight:700;white-space:pre-line;line-height:140%}.card__text{font-size:15px}.card__image{margin:0 auto;object-fit:contain}.card__list{display:flex;flex-direction:column;gap:4px}.card__list-item{display:flex;gap:8px;font-size:15px;align-items:baseline;line-height:140%}.card__list-item:before{content:"";background:url(https://www.gkb-24.ru/static/images-svg/mors/marker.svg);min-width:6px;height:6px;background-repeat:no-repeat}.card__number{width:min-content;color:#1348ba;font-size:18px;font-weight:900;border-bottom:1.5px solid #1348ba}.cards__arrows--round{display:flex;gap:24px;justify-content:end;margin-top:48px}@media (max-width:768px){.cards{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.cards::-webkit-scrollbar{display:none}.cards__arrows--round{margin-right:24px}}