.banner_other {
    position: relative;
}

.baner_text {
    position: absolute;
    top: 75%;
    left: 0;
    transform: translate(0, -50%);
    color: white;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.bt_1 {
    font-size: 60px;
    font-weight: bold;
}

.bt_2 {
    font-size: 18px;
    margin-top: 5px;
}

.bt_3 {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.p80 {
    padding-top: 80px;
}

.baner_o_img img {
    width: 100%;
}

.baner_text2 {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

@media(max-width:1024px) {
    .m_header_nav {
        background-color: white;
    }
    .banner_other {
        margin-top: 60px;
    }
    .bt_1 {
        font-weight: 400;
        font-size: 24px;
    }
    .bt_2 {
        font-size: 12px;
    }
    .baner_text {
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
        top: 66%;
    }
}
.baner_o_img .m_img{min-height:170px}



