.single-service-item.service-1 .service-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    left: 0;
    top: 0;
    content: "";
    background-color: #000000c9 !important;}
    
    
.single-contact-card {
    background-color: #f8f8f8;
    padding: 40px;
    margin-bottom: 30px;
    height: 652px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}