.threeColTxt{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;width:100%}.threeColTxt-col{flex:0 0 calc(33.33% - 30px)}.threeColTxt-col:not(:last-child),.threeColTxt-colContent{border-radius:15px;box-shadow:0 11px 30px rgba(23,56,80,.2);overflow:hidden}.threeColTxt-col:last-child{align-content:center;align-items:center;display:flex;flex-wrap:wrap;gap:20px}.threeColTxt-colImg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:250px;width:100%}.threeColTxt-colContent,.threeColTxt-colInfo{padding:20px}.threeColTxt-colInfo h3{color:#134b72;margin-top:0}@media only screen and (max-width:600px){.threeColTxt-col{flex:0 0 calc(100% - 30px)}}