.buy-value-cards{display:grid;grid-template-columns:1fr;align-items:center;gap:8px;padding-top:10px}.buy-value-cards__item{display:grid;grid-template-columns:24px 1fr 16px;align-items:center;padding:12px;gap:8px;border-radius:6px;height:100%;background:#f6f6f6}.buy-value-cards__icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:24px;background:#2d74b1}.buy-value-cards__title{color:#212529;font-size:12px;font-weight:700;line-height:16px}@media screen and (min-width:768px){.buy-value-cards{padding-top:24px;grid-template-columns:repeat(3,1fr);gap:12px}.buy-value-cards__item{grid-template-columns:32px 1fr 20px;gap:12px}.buy-value-cards__icon{width:32px;height:32px;border-radius:32px}.buy-value-cards__icon img{width:20px}.buy-value-cards__title{font-size:14px;line-height:20px}.buy-value-cards__arrow img{width:20px}}@media screen and (min-width:1024px){.buy-value-cards{padding-left:33.33333333%}}