.servicesDetailSection__content{color: var(--text-color-2);}
.servicesDetailSection__picture{display: flex;margin-bottom: 62px;}
.servicesDetailSection__img{max-width: 100%;height: auto;}
.servicesDetailSection__img.mobile{
    display: none;
}
@media (max-width: 767px) {
    .servicesDetailSection__img:not([width="0"]), .servicesDetailSection__content .responsive-video, .servicesDetailSection__content iframe:not([width="0"]){
        width: calc(100% + var(--left-right-offset) * 2);
        margin: 0 calc(var(--left-right-offset) * (-1));
        box-sizing: border-box;
        max-width: none;
    }
    .servicesDetailSection__img:not([width="0"]), .servicesDetailSection__content img:not([width="0"]) {
        height: auto;
    }
    .servicesDetailSection__img {
        display: none;
    }
    .servicesDetailSection__img.no-mob-img {
        display: block;
    }
    .servicesDetailSection__img.mobile {
        display: block;
    }
}
@media (max-width: 992px){
    .responsive-video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0;
    }
}
