.small-cards-wrapper{width:100%;padding:80px 0;position:relative}.small-cards-bg{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.small-cards-content{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.small-cards-title{text-align:center;margin-bottom:24px;font-size:36px;font-weight:500}.small-cards-cards{z-index:1;grid-template-columns:repeat(5,1fr);gap:16px;display:grid;position:relative}.small-cards-card-item{background-color:var(--color-secondary);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;padding:24px 32px;display:flex}.small-cards-card-item-number{background-color:var(--color-primary);text-align:center;color:#fff;width:48px;height:48px;font-family:var(--font-raleway);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.small-cards-card-item-title{text-align:center;font-size:18px;font-weight:600}@media (max-width:1280px){.small-cards-cards{grid-template-columns:repeat(6,1fr)}.small-cards-card-item{grid-column:span 2}.small-cards-card-item:nth-child(4),.small-cards-card-item:nth-child(5){grid-column:span 3}}@media (max-width:768px){.small-cards-cards{grid-template-columns:repeat(2,1fr)}.small-cards-card-item,.small-cards-card-item:nth-child(4){grid-column:span 1}.small-cards-card-item:nth-child(5){grid-column:span 2}}@media (max-width:640px){.small-cards-title{font-size:28px}.small-cards-cards{grid-template-columns:repeat(1,1fr)}.small-cards-card-item,.small-cards-card-item:nth-child(4),.small-cards-card-item:nth-child(5){grid-column:span 1}}
