.hover-boxes-container{display:flex;flex-wrap:wrap;gap:20px}.hb-item{align-items:center;display:flex;flex:0 0 calc(25% - 20px);position:relative}.hb-item:not(:first-child):after{background-color:#9f163a;bottom:10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:50px;z-index:-1}.hb-item:not(:first-child){border:.5px solid #134b72;border-radius:15px;overflow:hidden;transition:.3s}.hb-item:hover{border-color:rgba(19,75,114,0)}.hb-item-title{align-items:center;display:flex;height:100%;justify-content:center;padding:20px 15px;position:absolute;text-align:center;width:100%;z-index:-1}.hb-btn-wrapper,.hb-item-back-content{flex:1 0 100%}.hb-item-back{align-content:space-between;background-color:#f1f4f9;border-radius:15px;display:flex;flex-wrap:wrap;height:100%;overflow:hidden;padding:15px;transform:translateY(100%);transition:.3s}.hb-box-header{color:#124a73;font-weight:600;margin-bottom:15px}.hb-btn-wrapper{margin:30px -15px -15px}.hb-btn{background-color:#9f163a;color:#fff;display:block;font-weight:600;padding:5px 10px;text-align:center;text-decoration:none!important;width:100%}.hb-item:hover .hb-item-back{transform:translateY(0)}.hb-item-title h5{color:#124a73}.hb-item-back-content p{font-size:14px}@media only screen and (max-width:768px){.hb-item{flex:0 0 calc(50% - 20px)}}@media only screen and (max-width:600px){.hb-item{flex:0 0 calc(100% - 20px)}}