.TO-banner {
    width: 100%;
    padding: 0;
}

.TO-img {
    width: 100%;
}

.cat-group-title {
    font-family: CIBFont Sans, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-top: 3.4%;
    margin-bottom: 3.4%;
}

.container-img{
    min-height: 200px;
    min-width: 220px;
    border-radius: 16px;
    padding: 0 12px 27px 12px;
}

.img-fluid{
    width: 100%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.img-link {
    height: 100%;
    display: block;
}
.img-link :hover {
    color: #2C2A29;
}

.container-categories{
    margin-left: 0;
}

.img-link .text-center{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.TO-name{
    font-family: CIBFont Sans, sans-serif !important;
    font-weight: 200;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

