.recentPost{display:flex;flex-wrap:wrap;margin:0 -15px}.recentPost__col{padding:15px}.recentPost__item--img{border-radius:11px;height:218px;margin-bottom:24px;overflow:hidden}.recentPost__item--img img{height:100%!important;object-fit:cover;transition:all .3s;width:100%}.recentPost__item:hover .recentPost__item--img img{transform:scale(1.1)}.recentPost__item:hover .recentPost__item--img{box-shadow:0 10px 10px rgba(0,0,0,.1)}.recentPost__item:hover .cta_button:before{-webkit-transform:translate(4px,-4px) rotate(45deg)!important;transform:translate(4px,-4px) rotate(45deg)!important}.recentPost__item:hover .cta_button:after{-webkit-transform:translate(4px,-1px)!important;transform:translate(4px,-1px)!important}.recentPost__item{color:#77787f;display:block;position:relative;text-decoration:none}.recentPost__item h3{color:#111740}@media (min-width:992px){.recentPost__col{width:33.33333%}}