.cards1_custom{display:grid;gap:20px;grid-template-columns:3fr 3fr 3fr}.cards1_custom>a{background-position:50%;background-size:cover;border-radius:15px;height:445px;width:100%}.cards1_custom>a .overlay{border-radius:15px;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:20px 30px;position:relative;transition:all .25s ease}.cards1_custom>a .overlay:hover{background:rgba(64,194,243,.9)}.cards1_custom h3{color:#fff;margin-bottom:5px}.cards1_custom p{color:#fff;display:none;font-size:18px}.cards1_custom p.underline{font-weight:700;margin-top:10px;text-decoration:underline}.cards1_custom img.icon{position:absolute;right:20px;top:30px;width:45px}.cards1_custom>a .overlay:hover h3{color:#000}.cards1_custom>a .overlay:hover p{color:#000;display:flex}.cards1_custom>a .overlay:hover img.icon{filter:invert(1)}@media only screen and (max-width:1060px){.cards1_custom{grid-template-columns:1fr}}@media only screen and (max-width:475px){.cards1_custom>a{height:353px}.cards1_custom h3{font-size:30px}.cards1_custom p{font-size:12px}}