.three-col-grid-container{display:grid;gap:30px;grid-auto-flow:row;grid-template-columns:repeat(3,1fr)}.three-col-grid-item{padding:30px}.three-col-grid-item,.three-col-grid-item-icon{background-color:#243247}.col-grid-img-icon{margin-bottom:50px;max-height:60px}.col-grid-desc,.col-grid-title h2{margin-bottom:10px}.three-col-grid-item-content{padding:30px}.col-grid-img{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:240px}.grid-item-link a{text-decoration:underline}.grid-item-link:hover a{text-decoration:none!important}@media only screen and (max-width:768px){.three-col-grid-container{grid-template-columns:repeat(2,1fr)}.col-grid-img{min-height:170px}}@media only screen and (max-width:480px){.three-col-grid-container{grid-template-columns:repeat(1,1fr)}}