.stit {
    position: relative;
    width: 100%;
}

.banner {
    width: 100%;
    display: block;
    margin: 0 auto;
}


.text_wrap {
    display: block;
    width: 100%;
    background: #c8a06c;
    /*border-bottom: 1px solid #c8a06c;*/
    margin: 0 auto;
    position: relative;
    margin-bottom: 5vw;
    overflow: hidden;
    height: 8vw;
}

.banner_text {
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    line-height: 8vw;
    font-size: 3vw;
}
