section.cta h2 {
    font-size: 2rem;
    text-align: center;
    color: #fff;
}

section.cta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 2rem;
    padding: 100px 0;
}

.cta p {
    text-align: center;
    color: #fff;
    line-height: 1.6rem;
}
strong {
    color: #d2a13f;
}
.strong {
    color: #F5E574;
}

section.cta {
    background: url(../images/gestao-de-imoveis-praias.webp) no-repeat;
    background-size: cover;
    margin-top: 50px;
    display: inline-flex;
    width: 100%;
}