.container {
    background-image: none;
  }

.servicesCost {
    background-image: url("../assets/services/cost-estimating/construction-cost-estimating-bim.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 69px;
}

.imgCost {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgCost img {
    width: 400px;
    margin-top: 70px;
    box-shadow: 3px 3px 15px gray;
}

/* **************************************************** */
.ParagraphCost{
    background-color: rgb(243, 234, 234);
}

.textArticleCost{
    text-align: center;
    padding-top: 40px;
    font-size: 20px;
}

.textCost1 {
    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;
}

.textCost2 {
    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;
}

.textCost3 {
    list-style-type: none;
    padding-bottom: 20px;
}

.textCost3 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) {
    .servicesCost {
        background-color: white;
        background-image: url("../assets/services/cost-estimating/cost-estimating-bim.png");
    }
    .imgCost {
        display: none;
    }
    .textCost1 {
        width: 310px;
    }
    .textCost2 {
        width: 310px;
    }
    .textArticleCost{
        margin-top: auto !important;
    }
}
/* ************************************************ */
@media screen and (max-width: 950px) {
    #contactCost {
        display: block;
        height: 50px;
        background-color: white;

    }
}
@media screen and (max-width: 600px) {
    #contactCost {
        display: block;
        height: 50px;
        background-color: white;

    }
}