#contactCards{background-color:#e8f0f4}.contentMainWrapper{padding:0 80px}.contactCardsContainer{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);width:100%}.contactCard{background-color:#fff;border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.15);display:flex;flex-direction:column;justify-content:space-between;min-width:33%;padding:30px}.contactCard:last-of-type{border-right:0}.contactCardIcon{background-color:#fafafa;border-radius:5px;display:flex;height:50px;margin-bottom:30px;width:50px}.contactCardIcon img{height:25px;margin:auto;width:auto}span.contactCardHeadline{display:block;font-family:InterBold;font-size:18px;margin-bottom:15px}.contactCardCopy{color:#504d74;font-family:Inter;font-size:15px;line-height:1.6}.contactCardLink{margin-top:20px}@media screen and (max-width:1075px){.contentMainWrapper{padding:40px}}@media screen and (max-width:768px){.contentMainWrapper{padding:0}.contactCardsContainer{display:block}.contactCard{margin-bottom:20px;padding:40px}.contactCard:last-of-type{margin-bottom:0}}