.cib-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.cib-box {
    transition: all 0.3s ease;
}

.cib-box img {
    max-width: 100%;
    height: auto;
}

.cib-box:hover {
    transform: translateY(-4px);
}

.cib-full-height {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
