.content .home_program {
    width: 974px;
}

.home_program .slider-nav {
    bottom: 300px;
    top: 224px;
}

.home_program .slider-container {
    height: 288px;
    align-items: flex-start;
    margin-top: 37px;
}

.home_program .slider-container .program {
    width: 267px;
}


.home_program .slider-container .program img {
    border-radius: 13px;
    margin-bottom: 17px;
    max-width: 82%;
    height: 107px;
}

.home_program .slider-container .program .header {
    text-align: right;
    padding-right: 16px;
}

.home_program .slider-container .program .header label {
    color: var(--e-global-color-accent);
    font-size: 17px;
}

.home_program .slider-container .program .header label span {
    font-size: 11px;
    margin-right: 9px;
    color: var(--ai-gray-color1);
}

.home_program .slider-container .program .program_content {
    background-color: var(--ai-gray-color2);
    border-radius: 13px;
    padding-top: 9px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.home_program .slider-container .program .title {
    font-weight: bold;
    text-align: right;
    padding-right: 18px;
}

.home_program .slider-container .program .number_episode {
    text-align: right;
    margin-right: 20px;
    font-size: 15px;
}

.home_program .slider-container .program .input-group {
    justify-content: space-around;
    margin-bottom: 25px;
}

.home_program .slider-container .program .input-group a {
    border-radius: 9px !important;
    background-color: var(--ai-blue-color);
    color: var(--ai-white-color);
    border: none;
    font-size: 18px;
    font-weight: bold;
    width: 131px;
    height: 41px;
    padding-top: 5px;
}

.home_program .slider-container .program .slider-container .card {
    padding-right: 12px;
    padding-left: 12px;
}
