.three_cards{align-items:center;display:grid;gap:35px;grid-template-columns:repeat(3,1fr);justify-content:space-between;margin:50px 0 0;position:relative;text-align:center;width:100%;z-index:2}.three_cards:after{background:url(https://www.trekksoft.com/hubfs/Content-Right.png);background-repeat:no-repeat;content:"";height:510px;position:absolute;right:-20px;top:-190px;width:400px;z-index:-1}.card__info{background:#09413f;border:1px solid #1d6356;border-radius:20px;padding:15px 20px 30px;text-align:left}.card__info h3{color:#fff;font-size:25px;margin:10px 0 0}.card__info a{border:1px solid #fff;border-radius:30px;color:#fff;display:inline-block;font-size:20px;padding:14px 30px;text-align:center;width:100%}.card__info p{font-size:18px;max-width:75%}.card__info a:hover{background:#fff;color:#073d3b}@media(max-width:1024px){.card__info{height:100%;padding:15px 15px 30px}.contact__page .card__info a{font-size:16px;padding:14px 10px}.contact__page .card__info h3{font-size:22px}.contact__page .card__info p{font-size:18px;max-width:100%}.three_cards{gap:15px}}@media(max-width:767px){.three_cards{grid-template-columns:repeat(1,1fr);margin:30px 0 0}.contact__page .card__info a{max-width:200px!important}}