.banner-anuncie {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('../../img/customizacao/banner-edificio.jpg');
    height: 450px;
    margin-top: 40px;
    border-radius: 1rem;
}

.banner-anuncie h2 {
    color: #FFF;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.banner-anuncie button {
    height: 40px;
    border: none;
    min-width: 150px;
    border-radius: .5rem;
}