header , header .header{
    max-height: 70px !important;
}
header .header_text__info{
    display: none;
}


.banner{
    background-color: var(--color2);
    width: 100%;
    min-height: 45vh;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
}

.banner__img{
    background-image: url(../Img/Banners/AboutUs2.png);
    width: 80%;
    min-width: 200px;
    max-width: 400px;
    flex: 1 1 200px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 150px;
    height: auto;
    margin: 0 auto;
    background-position: center;
}

.banner__text{
    width: 90%;
    min-width: 280px;
    max-width: 800px;
    flex: 1 1 280px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banner__text h1{
    color: var(--color5);
    font-family: raleway-bold;
    font-size: clamp(28px, 5vw, 42px);
    line-height: 1.2;
    margin: 0;
}

.banner__text h4, .banner__text p{
    color: var(--color5);
    font-family: raleway-regular;
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.5;
    margin: 0;
}

.section_map{
    width: 100%;
    margin-top: 50px;
    background-color: var(--color3_opacity);
    padding: 30px 20px;
    text-align: center;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.6;
    background-image: url(../Img/map2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-sizing: border-box;
}


.section_map__main{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 20px 0;
}
.section_map h2{
    color: var(--color5);
    font-family: raleway-bold;
    font-size: clamp(24px, 4vw, 40px);
    margin-bottom: 10px;
}
.section_map h3{
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: raleway-bold;
    color: #EB7405;
    font-size: clamp(22px, 3.5vw, 32px);
}
.section_map p{
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

.section__info{
    font-family: raleway-regular;
    color: var(--color5);
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 5vh;
    line-height: 1.7;
    font-size: clamp(16px, 1.8vw, 20px);
    padding: 0 20px;
    box-sizing: border-box;
}


