/* CTA */
section.cta {
    background:url(../img/bg-orcamento.jpg) center center no-repeat;
    background-size: cover;
}

section.cta img {
    margin-top: -60px;
    display: block;
}

section.cta .container {
    display: flex;
    align-items: center;
    gap: 90px;
}

section.cta h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}

section.cta a {
    color: #fff;
}
