.languages-banner {
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 180px 0 200px;
    background-image: url(../img/lang_dev.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}