.section-contact-banner {
    width: 100%;
    position: relative;
}

.section-contact-banner .banner-image.moblie-image {
    display: none;
}

.section-contact-banner .banner-image img {
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
}

.section-contact-banner .banner-box {
    position: relative;
}

.section-contact-banner .banner-title {
    position: absolute;
    font-family: Furore;
    color: #fff;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.section-contact-banner .banner-title p {
    font-family: Furore;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0 40px 0;
}

.section-contact-banner .banner-title .banner-info {
    width: 50%;
    text-align: center;
}

.section-contact-banner .banner-title span {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

@media screen and (max-width:759px) {
    .section-contact-banner .banner-image.moblie-image {
        display: block;
        overflow: hidden;
    }

    .section-contact-banner .banner-image.pc-image {
        display: none;
    }
/* 
    .section-contact-banner .banner-title p {
        display: none;
    } */
    .section-contact-banner .banner-title .banner-info{
        width: 100%;
    }
    /* .section-contact-banner .banner-image img {
        width: 200%;
    } */

}

@media screen and (max-width: 959px) {

    .section-contact-banner .banner-title span {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
    }

    .section-contact-banner .banner-title p {
        font-family: Furore;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.05em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0 0 12px 0;
    }
}