.bg1{
    width: 100%;
    height: 461px;

    background: url('../img/bg/Rectangle4.png') center center/cover no-repeat;
}

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

.mission{
    height: 326px;
    background: url('../img/bg/download1.png') center center/cover no-repeat;
    padding: 125px 0 102px 0;
}

.mis_title{
    color:#fff;
    font-family: Arial;
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 46px;
}

.mis_btn{
    height: 64px;
    background-color: #c502b1;
    padding: 24px 46px;
    color:#fff;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    border: none; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
}




