.container {
    background-image: none;
}
.containerAbout {
    width: 100%;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.about {
    background-image: url("../assets/about/Best-BIM-office.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 69px;
}
.imgAbout {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgAbout img {
    width: 400px;
    margin-top: 70px;
    box-shadow: 3px 3px 15px gray;
}
/* **************************************************** */
.textArticleAbout {
    text-align: center;
    padding-top: 40px;
    font-size: 20px;
}

.ParagraphAbout {
    background-color: rgb(243, 234, 234);
}

.textAbout1 {
    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;
}
.textAbout2 {
    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;
}

.textAbout3 {
    list-style-type: none;
}

.textAbout3 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: 500px) {
    .about {
        background-color: white;
        background-image: url("../assets/about/Best-BIM-Service-Map.png");
    }
    .imgAbout {
        display: none;
    }
    .textAbout5 {
        margin-left: 45px !important;
        font-size: 11px !important;
    }

    .textAbout1 {
        width: 310px;
    }
    .textAbout2 {
        width: 310px;
    }

    .textArticleAbout {
        padding-top: 20px;
    }
}

/* ******************************************************* */
.aboutTextWhy {
    background-image: linear-gradient(180deg, #121212 20%, rgba(18, 18, 18, 0.6) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.textAbout4 {
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    color: white;
}
.textAbout5 {
    list-style-type: none;
    color: white;
    display: inline-block;
    margin-left: 18%;
    margin-top: 30px;
    font-size: 17px;
}

.textAbout5 li::before {
    background-color: white;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    height: 7px;
    width: 7px;
}
/* ************************************************* */

@media screen and (max-width: 900px) {
    .textAbout4 {
        font-size: 19px !important;
    }

    .textAbout5 {
        /* margin-left: 55px !important; */
        font-size: 15px;
    }

    .textAbout1 {
        padding-top: 5px;
    }
}

/* ************************************************* */

@media screen and (max-width: 950px) {
    #contactAbout {
        display: block;
        height: 50px;
        background-color: white;
       
    }
}
@media screen and (max-width: 600px) {
    #contactAbout {
        display: block;
        height: 50px;
        background-color: white;
    }
}
