.contacts-container {
    background: rgba(242, 107, 42, 0.1);
}

.contacts-container .hero-img {
    transform: rotate(3deg);
    width: 25rem;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    /* max-height: 10rem; */
}

.card-contact {
    border-radius: 3rem;
    height: 100%;
}

.card-contact.card-assistance{
    background-color: var(--green);
    color: whitesmoke;
}