.container {
    background-image: none;
}

.ParagraphBIM {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

/* **************************************************** */
.textArticleBim1 {
    text-align: center;
    padding-top: 40px;
    font-size: 23px;
    color: rgb(87, 166, 219);
}
.textArticleBim2 {
    text-align: left;
    padding-top: 40px;
    font-size: 23px;
    color: rgb(87, 166, 219);
}
.textServicesBIM1 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    font-size: 15px;
    word-break: keep-all;
    line-height: 1.5;
    color: black;
    text-align: justify;
}

.textServicesBIM2 {
    /* width: 64%; */
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    font-size: 15px;
    word-break: keep-all;
    line-height: 1.5;
    color: black;
    text-align: justify;
}

.textServicesBIM3 {
    list-style-type: none;
    padding-bottom: 20px;
    font-weight: bold;
}
.textServicesBIM3 li::before {
    background-color: black;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    height: 7px;
    width: 7px;
}

/* ***************************************************** */
@media screen and (max-width: 600px) {
   
    .imgServices {
        display: none;
    }
    .textServicesBIM1 {
        width: 310px;
    }
    .textServicesBIM2 {
        width: 310px;
    }
    .textArticleBim1 {
        margin-top: auto !important;
    }
}

