.index-youtube {
    width: 100%;
    height: 650px;
}
@media only screen and (max-width: 1024px) {
.index-youtube {
    height: 450px;
}
}
@media only screen and (max-width: 736px) {
.index-youtube {
    height: 320px;
}
}
@media (min-width:769px) and (max-width:1024px){
.index-service-description > .dslc-text-module-content {
    min-height: 302px!important;
    padding: 36px!important;
}
}
@media (min-width:737px) and (max-width:768px){
.index-service-description > .dslc-text-module-content {
    min-height: 226px!important;
    padding: 36px!important;
}
.index-service-description > .dslc-text-module-content > h6{
    display: none;
}
}