.hover-cards--grid{column-gap:15px;display:grid;grid-template-columns:50% 50%;row-gap:20px}@media (max-width:900px){.hover-cards--grid{column-gap:0;grid-template-columns:100%}}.hover-card{align-items:center;background:#f8f3e9;border-radius:8px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:63px 118px;position:relative;text-align:center}.hover-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;max-height:0;overflow:hidden;-webkit-transition:max-height 1s;-moz-transition:max-height 1s;-ms-transition:max-height 1s;-o-transition:max-height 1s;transition:max-height 1s}.hover-bg,.hover-bg:before{height:100%;left:0;position:absolute;top:0;width:100%}.hover-bg:before{background-color:#14253e;content:"";opacity:.8}.hover-card--content{position:relative;z-index:1}h3.hover-card--title{color:#14253e}.hover-card--image{margin-bottom:23px}.hover-card--content p{display:none}.hover-card--cta{display:none;justify-content:center}.hover-card:hover .hover-card--cta{display:flex}.hover-card:hover .hover-card--content p{display:block}.hover-card:hover .hover-card--content,.hover-card:hover .hover-card--title{color:#fff}.hover-card:hover .hover-card--image{display:none}.hover-card:hover .hover-bg{max-height:100%}