.cibWrap {}

.cibInner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    grid-gap: 1.5em;
}

.cibItemWrap a {
    text-decoration: none;
    color: #fff;
}

.cibItemBlock {
    height: 9em;
    border-radius: 5px;
    padding: 15px 10px;
    transition: all 0.3s ease-in-out;
}

.cibItemWrap a:hover .cibItemBlock {
    filter: drop-shadow(2px 4px 6px grey);
}

.cibIcon {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}

.cibIcon i {
    font-size: 2.3em;
}

.cibTitle {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 22px;
    font-weight: 600;
}

.cibView {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    font-weight: 600;
}