.container{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
}

.promo{
    height: 714px;
    background: url('../img/bg/image1.png') center center/cover no-repeat;
    padding: 244px 0 174px 0;
}

h1 {
    margin-bottom: 22px;
    font-family: Roboto;
    font-size: 64px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.container .title_text{
    margin-bottom: 46px;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    line-height: 1.6;
    color: #fff;
}

.container .promo_btn{
    min-width: 282px;
    min-height: 82px;
    background-color: #c502b1;
    float: center;
    text-align: center;
    color:#fff;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 4px;
    border: none; 
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .promo{
        height: 196px;
        padding: 47px 0 22px 0;
        


    }
    h1{
        margin-bottom: 6px;
        font-size: 24px;
        text-align: center;

    }
    .container .title_text{
        margin-bottom: 12px;
        font-size: 14px;
        text-align: center;

    }
    .container .promo_btn{
        min-width: 151px;
        min-height: 36px;
        background-color: #c502b1;
        float: center;
        text-align: center;
        color:#fff;
        font-family: Roboto;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 4px;
        border: none; 
        outline: none;
        cursor: pointer;
    }




} 
 