.value__container{display:grid;justify-content:space-between;grid-template-columns:repeat(3,1fr);grid-gap:20px}.value__box{display:flex;flex-direction:column;align-items:center}.value__title{margin-top:15px;font-family:"Sharp-Sans-Semibold",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}.value__img{max-width:153px}@media screen and (max-width:767px){.value__container{grid-template-columns:repeat(2,1fr)}.value__img{max-width:100%}}