.sppb-addon.sppb-addon-text-block.facilities-style-001 {
    background: #000000eb;
    padding: 23px;
    border-top: 3px solid #f00;
    width: 89%;
    transition:0.3s;
    margin: auto;
    margin-bottom: -15px;
}
@media(max-width:991px){
.sppb-addon.sppb-addon-text-block.facilities-style-001 {
    margin-bottom: -55px;
}}

.sppb-addon.sppb-addon-text-block.facilities-style-001:hover {
    transform: translate(0px, 10px);
}