.values{& .texts-container{display:flex;flex-direction:column;& h2{margin-top:0}& :last-child{margin-bottom:var(--space-xxl)}}.values-list{display:grid;gap:calc(var(--gap-def)*2);grid-template-columns:repeat(3,1fr);& .value-item{width:100%;img{height:auto;width:100%}}@media (max-width:1024px){grid-template-columns:repeat(2,1fr)!important}@media (max-width:768px){grid-template-columns:repeat(1,1fr)!important}}}