.container {
    background-image: none;
}

.servicesClash {
    background-image: url("../assets/services/clash-detection/clash-detection-1920x500-3-1 (1).jpg") !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 69px;
}

.imgClash {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgClash img {
    width: 400px;
    margin-top: 70px;
    box-shadow: 3px 3px 15px gray;
}

/* ***************************************************** */
@media screen and (max-width: 600px) {
    .servicesClash {
        background-color: white;
        background-image: url("../assets/services/clash-detection/clash-detection.png");
    }
    .imgClash {
        display: none;
    }
}
/* ************************************************ */
@media screen and (max-width: 950px) {
    #contactClashDetection {
        display: block;
        height: 50px;
        background-color: white;

    }
}
@media screen and (max-width: 600px) {
    #contactClashDetection {
        display: block;
        height: 50px;
        background-color: white;

    }
}
