section#content{margin-bottom:70px}div.services-box{width:100%;height:430px;display:flex;color:#fff;align-items:flex-end;overflow:hidden;background-size:cover !important;background-position:center center !important}div.services-box div.services-content{opacity:0;width:100%;font-size:14px;background-color:red;transition:all ease .3s;margin:0 25px -60px;filter:blur(15px)}div.services-box div.services-content a{width:100%;height:100%;display:flex;font-size:18px;color:#fff;padding:15px 25px;text-decoration:none;background-color:#e9262e;align-items:center;justify-content:space-between}div.services-box:hover .services-content{margin-bottom:20px;opacity:1;animation:blurIn .4s linear forwards}@keyframes blurIn{from{filter:blur(10px);opacity:0}to{filter:blur(0);opacity:1}}
