.programs {
    width: 710px;
    float: left;
}

.programs .l-inner ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}


.programs .l-inner a {
    display: flex;
    align-items: stretch;
    padding: 10px 0;
    width: 100%;
}

.programs .l-inner a:hover {
    text-decoration: none;
    background: #f5f8fa;
}

.programs .l-inner a:hover img {
    transform: scale(1.2);
    transition-duration: 0.3s;
}

.programs .programs__thumbnail {
    width: 150px;
    overflow: hidden;
    margin-right: 10px;
}

.programs .programs__thumbnail img {
    width: 100%;
    background: #030303;
}

.programs .content-programs__body {
    width: calc(100% - 160px);
    font-size: 12px;
    line-height: 1.5;
}

.programs h2 {
    color: var(--brand-color);
    font-size: 17px;
    line-height: 17px;
    text-align: left;
    font-weight: bold;
}

.programs .programs__detail {
    margin: 6px 0 0;
    color: #181818;
    text-align: left;
}