header , header .header{
    max-height: 70px !important;
}
header .header_text__info{
    display: none;
}


.banner{
    background-color: var(--color2);
    width: 100%;
    height: 60vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.banner__img{
    background-image: url(../Img/Banners/AboutUs2.png);
    width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 35%;
    margin: 0 auto;
    background-position: center;
}

.banner__text{    
    width: 80%;
    text-align: left;
    margin: 0 auto;
    font-family: raleway-regular;
    color: var(--color5);
    line-height: 1.2;
    font-size: 18px;
}
.banner__text h1{    
    color: var(--color5);
    font-family: raleway-bold;
    font-size: 4.4rem !important;
}

.banner__text h4{    
    color: var(--color5);
    font-family: raleway-regular;
    font-size: 18px;
}

.section_map{
    width: 100%;
    margin-top: 50px;
    background-color: var(--color3_opacity);
    padding: 10px;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    line-height: 2.5;
     background-image: url(../Img/map2.png);
     background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.section_map__main{
   
    width: 100%;
    
    width: 90%;
    margin: 0 auto;
    
    line-height: normal;
}
.section_map h2{
 color: var(--color5);
    font-family: raleway-bold;
    font-size: 30px;
}
.section_map h3{
    padding-top: 4%;
    padding-bottom: 4%;
    font-family: raleway-bold;
    color: #EB7405;
    font-size: 28px;
}
.section_map p{
    
    font-size: 18px;
}

.section__info{
font-family: raleway-regular;
    color: var(--color5);
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    line-height: 1.2 !important;
    font-size: 18px;
}


