.video-service{
    position: relative;
    padding-bottom: 8rem;
    margin-top: 4rem;
}

.video-service .video-color{
    padding-top: 2rem;
    position: relative;
}


.video-service .video-color .bg-color{
    background: var(--main-blue);
    height: 25rem;
    position: relative;
}
.video-service .video-color .bg-color h2{
    font-family: 'GraphikBold';
    padding-left: 5%;
    position: absolute;
    margin-top: -1rem;
}
.video-service .video-color video{
    position: relative;
    margin-top: -12rem;
    width: 94%;
    margin-bottom: -6rem;
    left: 3%;
    z-index: 9;
}
.video-service .mensaje{
    position: relative;
    /* width: 80%; */
    background: black;
    font-family: AbelRegular;
    text-align: center;
    font-size: 1.25rem;
    top: 0;
    padding: 1.5% 1%;
    color: white;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
}
@media(max-width:991px){
    .video-service .mensaje{
        font-size:0.75rem;
    }
    .video-service .video-color iframe{
        padding-top: 2rem;
        position: relative;
    }
    .video-service .video-color .bg-color{
        height: 15rem;
    }
    .video-service .mensaje {
        font-size: 0.75rem;
        margin-top: 2rem;
    }
}
@media(max-width:580px){
.video-service .video-color {
    margin-top: 2rem;
}

.video-service .video-color iframe{
    margin-top: 3rem !important;
}

.video-service .video-color .bg-color{
    height: 35vw;
}

.video-service .video-color .bg-color h2{
    margin-top: -1rem;
}

.video-service .mensaje {
        font-size: 0.75rem;
        margin-top: 3rem;
    }

}