.banner_type18 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .banner_type18 .b_title {
        font-size: 1.7rem;
        font-weight: 700;
        margin-bottom: 25px;
        color: #fff;
        padding: 0 50px;
    }

    .banner_type18 .b_content {
        font-size: 1rem;
        color: #fff;
        padding: 0 50px;
    }

/*.banner_type18 a {
    padding: 0 50px;
}*/

.banner_type18 .b_color2 .b_title,
.banner_type18 .b_color2 .b_content {
    color: #000;
}

.banner_type18 .b_color1,
.banner_type18 .b_color2,
.banner_type18 .b_color3,
.banner_type18 .b_color0 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_type18 .b_color1 {
    background-color: var(--color-primary);
}

.banner_type18 .b_color2 {
    background-color: var(--color-secondary);
}

.banner_type18 .b_color3 {
    background-color: #E80B8F;
}

.banner_type18 .b_color0 {
    background-color: #28C193;
}


@media (max-width: 980px) {
    .banner_type18 .b_color1,
    .banner_type18 .b_color2,
    .banner_type18 .b_color3,
    .banner_type18 .b_color0 {
        padding:30px 0;
    }
}