.banner{
    width: 100%;
    background: url(/assets/images/figures/escolas.png) repeat center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}
.banner .container{
    width: 100%;
    max-width: 1400px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .container .text{
    font-family: 'Poppins';
    width: 100%;
    max-width: 700px;
}