.icon-with-text{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:20px;row-gap:20px;text-align:center}.image-with-text-repeat{background-color:#fff;border-radius:20px 20px 20px 20px;padding:30px}.image-with-text-repeat h3{color:#16678e;font-size:18px;font-weight:700;line-height:22px;margin-bottom:8px}.image-with-text-repeat p{color:#505155;font-size:14px;font-weight:300;line-height:18px;margin:0}.image-with-text-repeat img{margin-bottom:16px}.image-with-text-repeat:hover{transform:scale(1.04);transition:transform .5s ease}@media only screen and (max-width:900px){.icon-with-text{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width:600px){.icon-with-text{grid-template-columns:1fr}}