.banner_meeting {
    background-color: #0c1c4f;
}

.banner--class {
    /*background-color: white;*/
    padding-top: 2%;
    padding-bottom: 2%;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.banner--title {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-align: center;
}

.banner--text {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
}