.usecase-grid__row{display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}.usecase__content{align-items:flex-start;display:flex;flex-wrap:wrap;width:100%}.usecase{border:1px solid #11213b;border-radius:12px;margin-bottom:1rem;min-height:100%;padding:24px}.usecase__image{aspect-ratio:404/192;border-radius:12px;height:auto;margin:0 auto 1rem;max-width:100%;overflow:hidden;width:100%}.usecase__image img{height:100%;object-fit:cover}.usecase__image img,.usecase__name{width:100%}.usecase__desc:not(:last-child){padding:0 0 1rem}.usecase__button a{color:#b72926;display:inline-block;font-weight:400;padding-right:36px;position:relative}.usecase__button a:after{background-color:currentColor;content:"";height:1.5rem;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cpath stroke='%23b72926' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.167 19.833 19.833 8.167m0 0H8.167m11.666 0v11.666'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-size:contain;position:absolute;right:4px;top:50%;transform:translateY(-50%);transition:all .3s ease;width:1.5rem}.usecase__button a:hover:after{right:0;top:calc(50% - 4px)}.usecase__list.no-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.usecase__item{background-color:#f3f4f6;border:1px solid #11213b;border-radius:24px;color:#11213b;font-size:16px;font-weight:400;line-height:1.2;padding:4px 10px}@media (min-width:767px){.usecase-grid__row{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.usecase-grid__row{grid-template-columns:repeat(3,1fr)}}