.section-anuncio {
    width: 100%;
}

.btn-anuncio {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0;
    background-color: #c90d0d;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    transition: background-color .2s ease;
}

.btn-anuncio:hover,
.btn-anuncio:focus {
    background-color: #c40303;
    color: #fff !important;
    text-decoration: none;
}

.announce-page {
    margin-top: 60px;
    text-align: center;
    font-family: initial;
    font-style: oblique;
}

.announce-title {
    margin: 30px 0;
    font-size: 30pt;
}

.announce-copy {
    margin-bottom: 22px;
    font-size: 22pt;
}

.announce-contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 20px 0 30px;
}

.announce-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 180px;
    padding: 12px 20px;
    border-radius: 999px;
    color: #fff !important;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
}

.announce-contact-button:hover {
    color: #fff !important;
    text-decoration: none;
    filter: brightness(1.08);
}

.announce-whatsapp {
    background-color: #25d366;
}

.announce-telegram {
    background-color: #229ed9;
}

.announce-requirement {
    color: #fff;
    font-size: 18pt;
}

@media (max-width: 575.98px) {
    .announce-page {
        margin-top: 30px;
        padding: 0 18px;
    }

    .announce-title {
        font-size: 24pt;
    }

    .announce-copy {
        font-size: 18pt;
    }

    .announce-contact-button {
        width: 100%;
    }
}
