.service-data h2 {
    font-size: 48px;
    line-height: 56px;
}

@media screen and (max-width: 767px) {
    .service-data h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

.dd-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: contrast(1.75);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #00000040;
}
