.banner_type19 a, .banner_type19 .banner_a {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.banner_type19 img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.banner_type19 .banner_box {
    position: absolute;
    left: 15%;
    top: 20%;
    width: 70%;
}

.banner_type19 .banner_box .banner_title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3 !important;
    margin-bottom: 40px;
}

.banner_type19 .banner_box p {
    color: #fff;
}
@media (max-width: 1300px) {
    .banner_type19 .banner_box {
        position: absolute;
        left: 10%;
        top: 10%;
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .banner_type19 .banner_box .banner_title {
        font-size: 1.5rem;
    }
    .banner_type19 .banner_box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 20px;
    }
}


    @media (max-width: 990px) {
        .banner_type19 .banner_box .banner_title {
            font-size: 2.5rem;
        }

        .banner_type19 .banner_box {
            padding: 50px;
        }
    }

@media (max-width: 700px) {
    .banner_type19 .banner_box .banner_title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
}


@media (max-width: 580px) {
    .banner_type19 .banner_box .banner_title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}

@media (max-width: 500px) {
    .banner_type19 .banner_box .banner_title {
        font-size: 1.2rem;
        margin-bottom:10px;
    }
}