/* APPLICATION STYLE */

.card__contact {
    border-radius: 1rem !important;
}

.box-shadow-quadruple-large:hover {
    background-color: var(--base-color) !important;
}

.border__details{
    border: 1px solid #eeeeee !important;
}


@media (max-width: 600px) {
    .text__sm-small {
        font-size: 3.15rem;
    }
    .text__hero-stats {
        font-size: 1rem !important;
    }
    .border__details{
        border: none !important;
    }
}
