.valuesmodule .header{font-size:16px;text-align:center}.valuesmodule .grid{display:grid;gap:20px;grid-template-columns:repeat(5,1fr);margin-top:30px}.valuesmodule .value{align-items:center;display:flex;flex-flow:column nowrap}.valuesmodule .icon-wrapper{background-color:#0a3b57;border-radius:50%;margin-bottom:-50px;padding:17px;position:relative}.valuesmodule .icon-wrapper img{height:55px;width:55px}.valuesmodule .content{background-color:#eceff0;flex:1;padding:70px 10px 10px;text-align:center;width:100%}.valuesmodule .grid .title{font-weight:700;text-transform:uppercase}.valuesmodule .grid .description{font-size:13px}@media (max-width:1150px){.valuesmodule .grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:950px){.valuesmodule .grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.valuesmodule .grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.valuesmodule .grid{grid-template-columns:repeat(1,1fr)}}