.container {
    background-image: none;
}
.services3D {
    background-image: url("../assets/services/3d-rendering/3d-render-exterior-interior.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 69px;
}
.imgServices {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgServices img {
    width: 400px;
    margin-top: 70px;
}
/* **************************************************** */
.textArticle3D {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

.Paragraph3D {
    background-color: rgb(243, 234, 234);
}

.textArticle3D1 {
    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;
}

.textArticle3D2 {
    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;
}

.textArticle3D3 {
    list-style-type: none;
    padding-bottom: 20px;
}

.textArticle3D3 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;
}
.textArticle3D4 {
    text-align: center;
    font-size: 20px;
}

/* ***************************************************** */
@media screen and (max-width: 600px) {
    .services3D {
        background-color: white;
        background-image: url("../assets/services/3d-rendering/3d-render-interior.png");
    }
    .imgServices {
        display: none;
    }
    .textArticle3D {
        margin-top: 35px !important;
    }
    .textArticle3D1 {
        width: 310px;
    }
    .textArticle3D2 {
        width: 310px;
    }
}

/* ************************************************************************** */
@media screen and (max-width: 950px) {
    #contact3D {
        display: block;
        height: 50px;
        background-color: white;
      
    }
}
@media screen and (max-width: 600px) {
    #contact3D {
        display: block;
        height: 50px;
        background-color: white;
    }
}
