* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@media (min-width: 1700px) {

    /* Banner_2 */
    .banner_2{
        justify-content: center;
    }
    .banner_2_p1{
        width: auto;
        height: 100%;
        margin: 0px 60px;
    }

    .banner_2_p1 img{
        height: 35%;
        width: auto;
    }
    .banner_2_p2{
        width: auto;
        height: 100%;
        margin: 0px 60px;
    }

    .banner_2_p2 img{
        width: 500px;
        height: auto;
    }


    /* Banner_3 */
    .banner_3{
        justify-content: center;
    }
    .banner_3_p1{
        width: auto;
        height: 100%;
        margin: 0px 60px;
    }
    .banner_3_p1 img{
        height: 90%;
        width: auto;
    }
    .banner_3_p2{
        width: auto;
        height: 100%;
        margin: 0px 60px;
    }
    .banner_3_p2 img{
        height: 100%;
        width: auto;
    }

/*   Banner 4   */
.banner_4{
    background-repeat: repeat-x;
    background-position: center;
    background-image: url("../_img/banner_4_p0.png");
    width: 100%;
}

.banner_4_p1 img{
    height: 90%;
    width: auto;
}
.banner_4_p2 img{
    height: 90%;
    width: auto;
}

.banner_4_p2 #banner_4_img1{   
    height: 40%;
    width: auto;
    /* display: none; */
}


}