*{
    box-sizing: border-box;
}
.swiper-container{
    width: 100%;
}
.header_1,
.header_2{
    position: relative;
}
.header_img1,
.header_img2{
    width: 100%;
    height: 35vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header_img1{
    background-image: url("../images/RE2FZRD.png");
}
.header_img2{
    background-image: url("../images/RE2OdIC-2.jpg");
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header_1_1{
    position: absolute;
    left: 5%;
    top: 28%;
}
.header_2_1{
    position: absolute;
    left: 6%;
    top: 8%;
}
.header_1_1_1{
    color: white;
}
.header_2_1_1{
    color: black;
}
.header_1_1_1 h1,
.header_2_1_1 h1{
    font-size: 24px;
}
.header_1_1_1 h3,
.header_2_1_1 h3{
    font-size: 15px;
}
.header_1_1_2{
    width: 125px;
    height: 40px;
    background-color: white;
    text-align: center;
    padding: 3% 10% 1% 10%;
}
.header_2_1_2{
    width: 125px;
    height: 40px;
    background-color: rgb(0, 0, 0);
    text-align: center;
    padding: 3% 10% 1% 10%;
}
.header_1_1_2 a{
    color: black;
    font-size: 15px;
}
.header_2_1_2 a{
    color: white;
    font-size: 15px;
}
@media screen and (min-width:1070px){
    #header{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:765px){
    .header_1,
    .header_2{
        position: static;
        display: flex;
        flex-wrap: wrap; 
    }
    .header_1_1{
        width: 100%;
        height: 40vh;
        left: 0%;
        background-color: #333;
        position: relative;
    }
    .header_2_1{
        width: 100%;
        height: 40vh;
        left: 0%;
        background-color: #666;
        position: relative;
    }
    .header_1_1_2{
        left: 40%;
        padding: 1% 0 0 0;
        position: absolute;
    }
    .header_2_1_2{
        left: 40%;
        padding: 1% 0 0 0;
        position: absolute;
    }
}