.row-programs {
    margin-bottom: 60px;
}
.row-programs .row {
    margin: 0 -8px;
}
.row-programs .one_program {
    padding: 0 8px;
    margin-bottom: 20px;
}
.row-programs .one_program img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-programs .one_program .image {
    overflow: hidden;
    border-bottom-right-radius: 38px;
    height: 217px;
    margin-bottom: 25px;
}
.row-programs .one_program .titre {
    white-space: break-spaces;
    line-height: 21px;
    color: #0069C8;
    font-size: 16px;
    margin-bottom: 15px;
}
.row-programs .one_program .texte {
    font-size: 16px;
    line-height: 21px;
}
