.title-events{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.title-events img{
    min-width: 100%;
}
.title-events__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.title-events-inn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title-events-info-wrap{
    max-width: 1200px;
    padding: 125px 25px 0;
    margin: 0 auto;
}
.title-events-info{
    background-color: rgba(237, 198, 68, .8);
    width: 450px;
    padding-bottom: 35px;
}
.title-events-info__note{
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    color: #bd8d50;
    padding: 12px 30px 13px;
    -webkit-border-radius: 0 0 40px 0;
    -moz-border-radius: 0 0 40px 0;
    border-radius: 0 0 40px 0;
}
.title-events-info__ttl{
    font: 30px roboto-bold;
    color: #fff;
    padding: 40px 30px 0 35px;
}
.title-events-info__date{
    font: 18px roboto-light;
    color: #fff;
    padding: 8px 30px 28px 35px;
}
.title-events-info__btn{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 18px 50px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin-left: 35px;
}
    .title-events-info__btn:hover{
        background-color: #edc644;
        color: #000;
        border-color: #edc644;
    }

@media screen and (max-width: 767px){
    .title-events-info-wrap{
        padding-top: 100px;
    }
}

@media screen and (max-width: 639px){
    .title-events-info{
        width: auto;
    }
}

@media screen and (max-width: 479px){
    .title-events-info-wrap{
        padding: 60px 15px 0;
    }
    .title-events-info__ttl{
        font-size: 28px;
    }
}
