/* ||  header-about **********************************************************/
#content-header{
    margin-top: 120px;
    width: 100%;
    height: 130px;
    position: relative;
}
#header-about{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f8f8f8;
}


#header-about > #text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#header-about > #text h1{
    padding-top: 5px;
    font-size:35px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--theme-color-text_dark);
    font-family: var(--font-archivo);
    text-transform: uppercase;
    margin: 0;
}


#ab-content{
    width: 100%;
    max-width: 1440px;
    padding: 30px 10%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
#ab-content > div{
    margin: 25px 0;
}
#ab-content > #top-header{
    display: flex;
    flex-direction: column;
}
#ab-content > #top-header > #text-header{
    font-size: 25px;
    font-family: var(--font-Bebas);
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: var(--theme-color-text_dark);
    display: flex;
    justify-content: center;
}
#ab-content #text{
    color: #2f3742;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0;
}
#ab-content > div #text-header{
    font-size: 20px;
    font-family: var(--font-Bebas);
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: var(--theme-color-text_dark);
}
#ab-content > #why-choose-us > #text-content > div {
    display: flex;
    flex-direction: row;
    align-items: top;
    margin: 10px;
    width: 100%;
    position: relative;
    left: -30px;
}
#ab-content > #why-choose-us > #text-content > div #text{
    margin: 0;
}
#ab-content > #why-choose-us > #text-content > div #number {
    color: #656363b6;
    font-size: 18px;
    font-weight: 800;
    padding-top: 3px;
    margin-right: 5px;
}
#meet-our-team{
    display: none;
}

@media (max-width: 767px){

    /* ||  header-about **********************************************************/




}
@media (max-width: 500px){

    #content-header{
        margin-top: 110px;
        height: 120px;
    }



}
