.contactsList{display:grid;grid-template-columns:repeat(3,1fr)}.contactsList__box__title{margin-bottom:20px}.contactsList__box{border-radius:10px;box-shadow:0 0 15px -5px #777;margin:12px;padding:40px 20px}.contactsList__box__text{margin-bottom:20px}.contactsList__box__img{margin-bottom:20px;width:200px}.contactsList__box__img img{width:100%}.contactsList_cta{padding:8px 30px}@media screen and (max-width:1024px){.contactsList{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.contactsList{grid-template-columns:1fr}}@media screen and (max-width:1024px){.contactsList__box__title{font-size:2.4rem}}