.sermon__thumb {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 150px;
    margin: 0 auto 15px;
}

#banner-mbl-1 {
    display: none !important;
}

/* Estilos para alertas */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/* Melhorias no formulário */
.contact__form input:focus,
.contact__form textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

@media screen and (max-width: 768px) {
    .header__bottom {
        background-color: white;
    }

    #banner-mbl-1 {
        display: block !important;
    }

    #banner-dkt-1 {
        display: none !important;
    }
}