.cdo-edu-prog-list .item-cdo-edu-prog {
    padding: 20px;
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e2e2;
}

.cdo-edu-prog-list .item-cdo-edu-prog:hover {
    background: #F2F2F2;
}


.cdo-edu-prog-list .item-cdo-edu-prog .item-cdo-edu-prog-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}

.cdo-edu-prog-list a {
    text-decoration: none !important;

    border-bottom: 1px solid rgb(41 70 171 / 20%);
    padding-bottom: 2px;
    font-size: 18px;
    text-decoration: none !important;
    line-height: 170%;
    font-weight: 600;
}

.cdo-edu-prog-list a:hover {
    border-bottom: 0;
    padding-bottom: 3px;
}

.item-cdo-edu-prog-name {
    width: 100%;
}

.cat-item-list {
    grid-row-gap: 40px;
}

.cat-item {
    display: table;
    width: 100%;
    color: #000 !important;
    text-decoration: none !important;
}

.cat-item:hover {
    color: #3D61E0 !important;
}

.cat-item-img {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 10px;
}

.cat-item-name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    width: 90%;
}