.subtitle_bg_1 {
    width: 23.625rem;
    height: 3.3125rem;
    top: 1rem;
}

.subtitle_bg_2 {
    width: 27.9375rem;
    height: 3.3125rem;
    top: 5.9375rem;
}

@media screen and (max-width:767px) {
    .subtitle_bg_1 {
        width: 256px;
        height: 38px;
        top: 9px;
    }

    .subtitle_bg_2 {
        width: 301px;
        height: 38px;
        top: 61px;
    }

}