.three-col-card-group{grid-gap:25px;grid-auto-flow:row dense;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-columns:repeat(12,1fr);justify-content:stretch;justify-items:stretch}.three-col-card-group .card-text-btn-wrap{display:flex;flex-direction:column;height:calc(100% - 240px);justify-content:space-between;padding:15px}.three-col-card-group .card-text-btn-wrap h4{margin-bottom:10px}.three-col-card-group .single-card{background:#fff;border:.5px solid rgba(0,0,0,.2);border-radius:20px;overflow:hidden;padding:0}.three-col-card-group .single-card:first-child{border:none;box-shadow:0 0 20px rgba(0,0,0,.15)}.three-col-card-group .single-card .card-btn-wrap a{margin-bottom:0;margin-top:15px;padding:14px 30px}.three-col-card-group .card-head{height:240px}.three-col-card-group .card-head img{height:100%!important;object-fit:cover;width:100%!important}.three-col-card-group .card-image-wrap.center-icon{margin-left:auto;margin-right:auto}.three-col-card-group h2{font-weight:400}.three-col-card-group .link-text{font-size:12px}.three-col-card-group .card-text-btn-wrap ul{list-style:none;padding-left:0}.three-col-card-group .card-text-btn-wrap a:not(.button){text-decoration:underline}@media(min-width:768px){.three-col-card-group h2{font-size:50px}}@media(min-width:1025px){.three-col-card-group{grid-gap:40px}.three-col-card-group .card-text-btn-wrap{padding:40px}}