.cards-row-items{display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:54px}@media only screen and (max-width:1800px){.cards-row-items{gap:30px}}.cards-row-items .card-row-item{box-shadow:var(--box-shadow);display:flex;flex-direction:column;gap:35px;padding:50px 30px}@media only screen and (max-width:1800px){.cards-row-items .card-row-item{gap:30px}}.cards-row-items .card-row-item__image{align-items:center;background-color:var(--yellow);border-radius:50%;display:flex;height:82px;justify-content:center;width:82px}@media only screen and (max-width:1800px){.cards-row-items .card-row-item__image{height:60px;width:60px}}.cards-row-items .card-row-item__image img{height:auto;padding:17px;width:100%}.cards-row-items .card-row-item__top{align-items:center;display:flex;justify-content:space-between}.cards-row-items .card-row-item__top span{color:#fff;-webkit-text-stroke:2px transparent;background:var(--Gradient-blue);-webkit-background-clip:text;background-clip:text;font-size:clamp(60px,3vw,90px);line-height:100%}.cards-row-items .card-row-item .h4{font-weight:700;margin:0}.cards-row-items .card-row-item p{color:var(--Paragraph-color,#4a5568);font-size:16px;font-style:normal;font-weight:400;line-height:187.5%;margin:0}@media only screen and (max-width:1800px){.cards-row-items .card-row-item p{font-size:14px}}