.features-overview__list{padding:30px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;background-color:#f8f8f9;border-radius:25px 25px 0 0}@media(max-width:900px){.features-overview__list{grid-template-columns:repeat(2,1fr);border-radius:25px}}.features-overview__item{display:flex;align-items:center;gap:10px}.features-overview__icon{border-radius:5px;padding:5px;background-color:var(--white-bg-color)}.features-overview__name{color:var(--blue-text-color);font-size:15px;line-height:18px;font-weight:400}@media(max-width:500px){.features-overview__name{font-size:12px;line-height:15px;font-weight:400}}