.btn-testimonial {
    transform: scale(0.7);
    margin-left: -48px;
}

.banner-text {
    color: #ffffff !important;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}

.text-justify {
    text-align: justify;
}

.no-click {
    pointer-events: none;
}

.error-404 {
    color: #9800d0;
}

.service-agreement {
    padding: 10px;
    border-radius: 200px;
    text-align: center;
}

.service-agreement img {
    border-radius: 200px !important;
}

@media (max-width: 767.98px) {
    .mobile-avaliacao-neuro-container {
        margin-left: 5px !important;
    }
    .modal-testimonial {
        max-width: 100vw !important;
    }
}

