.accc-contact-rotation-widget {
    display: flex;
    flex-wrap: wrap;
}

.contact-card-rotation {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
}

.contact-card-rotation:hover .cat-name {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.contact-card-rotation h3 {
    color: #006341;
    font-size: 1em;
    font-weight: bold;
}

.contact-card-rotation .cat-name {
    color: black;
}

.contact-card-rotation .img-wrapper {
    flex-grow: 2;
}

.contact-card-rotation img {
    border: 0 !important;
    margin: 0 !important;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
    .contact-card-rotation { width: 19%; }
    
}