.title-event{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.title-event__img{
    min-width: 100%;
}
.title-events-i__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62,46,36,.8);
}
.title-event-i-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-event-i-inn{
    max-width: 1200px;
    text-align: center;
    padding: 0 25px;
    margin: 0 auto;
}
.title-event-i__ttl{
    font: 55px roboto-bold;
    line-height: 75px;
    color: #fff;
    padding-top: 190px;
}
.title-event-i__date{
    display: inline-block;
    width: 260px;
    font: 25px roboto-light;
    color: #ba8848;
    padding-top: 15px;
    border-top: 1px solid rgba(228, 229, 234, .3);
    margin-top: 15px;
}

@media screen and (max-width: 1023px){
    .title-event-i__ttl{
        font-size: 50px;
    }
}

@media screen and (max-width: 767px){
    .title-event-i__ttl{
        font-size: 40px;
        line-height: 50px;
        padding-top: 150px;
    }
}

@media screen and (max-width: 639px){
    .title-event-i__ttl{
        padding-top: 100px;
    }
}

@media screen and (max-width: 479px){
    .title-event-i-inn{
        padding: 0 15px;
    }
    .title-event-i__ttl{
        font-size: 36px;
    }
}