.our-program-table tr:first-child {
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.our-program-table tr {
    border-bottom: 1px solid white;

}

.our-program-table tr:first-child:hover {
    background: none;
}

.our-program-table tr:hover {
    background: linear-gradient(to right, var(--gradient-color, #FFFFFF12), transparent);
    background-repeat: no-repeat;
}

.our-program-table tr:hover .btn-next {

    background-color: white;
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.our-program-table td {
    padding: 1rem 0.5rem;
}
