.section-onde{
    background: url(../../assets/onde-vc-quer-estar.jpg) center;
    background-size: cover;
    height: 180px;
    text-align: center;
}
.section-onde .texto-onde{
    color: #FFF;
    line-height: 180px;
    font-size: 30px;
}
.section-onde .texto-onde span{
    font-weight: bold;
}

@media (max-width: 768px) 
{
    .section-onde{
        height: 100px;
    }
    .section-onde .texto-onde{
        color: #FFF;
        line-height: 100px;
        font-size: 18px;
    }   
}