.container {
    background-image: none;
}

.servicesEngineering {
    background-image: url("../assets/services/engineering/engineering-structure-mep.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 69px;
}

.imgEngineering {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgEngineering img {
    width: 400px;
    margin-top: 70px;
    box-shadow: 3px 3px 15px gray;
}
/* **************************************************** */
.ParagraphEngineering {
    background-color: rgb(243, 234, 234);
}

.textArticleEngineering {
    text-align: center;
    padding-top: 40px;
    font-size: 20px;
}

.textEngineering1 {
    width: 64%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    font-size: 17px;
    word-break: keep-all;
    line-height: 1.5;
    color: black;
    text-align: justify;
}

.textEngineering2 {
    list-style-type: none;
    padding-bottom: 20px;
}

.textEngineering2 li::before {
    background-color: rgb(119, 182, 241);
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    height: 7px;
    width: 7px;
}


/* ***************************************************** */
@media screen and (max-width: 600px) {
    .servicesEngineering {
        background-color: white;
        background-image: url("../assets/services/engineering/engineering-building.png");
        /* width: 100%; */
    }
    .imgEngineering {
        display: none;
    }
    .textEngineering1 {
        width: 310px;
    }
    .textArticleEngineering {
        margin-top: auto !important;
    }
}

/* ********************************************************* */
@media screen and (max-width: 950px) {
    #contactEngineering {
        display: block;
        height: 50px;
        background-color: white;

    }
}
@media screen and (max-width: 600px) {
    #contactEngineering {
        display: block;
        height: 50px;
        background-color: white;

    }
}
