.data-visita-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
}

.promo-callout {
    background: #3fc314;
    color: white;
    width: 220px;
    border-radius: 16px;
    padding: .6rem;
    height: max-content;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.promo-callout p {
    margin: 0;
}

.promo-callout-link:hover {
    color: white;
}

@media screen and (max-width: 700px) {
    .data-visita-title-container {
        flex-direction: column;
        margin-bottom: 36px;
        margin-top: 0;
    }
    
    #duvidas {
        padding-top: 150px !important;
    }
}