.careers-top{

    max-width: 940px;
    text-align: center;
    margin: 50px auto auto;
}
.careers-top p{
    line-height:25px;
    /*margin-top: 50px;*/
    text-align: justify;
    font-size: 18px;
    color: #666666;
}

.brand{

    max-width: 940px;
    text-align: center;
    margin: 50px auto auto; 
}

.brand h1{
    line-height: 100px;
}

.brand-list{

    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 940px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;

}

.brand-block{
    width: 45%;
}
.brand-block h2{
    text-align: center;
}
.brand-block p{
    text-align: justify;
    font-size: 18px;
    line-height: 25px;
    color: #666666;

}

.positions{
    max-width: 940px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    margin: 50px auto auto;
}
.positions h1{

    text-align: center;
}
.position-block h2{
    font-weight: bold;
}
.position-block p{
    /*font-size: 20px;
    font-weight: bold;*/
    margin-left: 30px;
}

.position-block ul li{
    font-size: 18px;
    margin-left: 60px;
}
.mailtous{
    max-width: 940px;
    margin: 50px auto auto;
}

.mailtous p{
    font-size: 20px;
    color: #4a86e8;
}
.mailtous p a{
    color: #4a86e8;
    font-weight: 600;
}