.block_course-suitable-tabs {
    display: inline-flex;
    background: #ffffff;
    border-radius: 38px;
    padding: 5px;
    width: max-content;
    gap: 10px;
}

.block_course-suitable-tabs .top-main__buttons {
    border-radius: 999px;
    border: none;
    background: #ffffff;
    min-width: 260px;
    padding: 14px 40px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    height: 66px;
    color: #000000;
}

.block_course-suitable-tabs .top-main__buttons {
    border-radius: 999px;
    border: none;
    background: #ffffff;
    min-width: 260px;
    padding: 14px 40px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    height: 66px;
    color: #000000;
}

.block_course-suitable-tabs .top-main__buttons__activ {
    background: #093EB4;
    color: #ffffff;
}

.tab-content-approach {
    font-size: 18px;
    line-height: 24px;
}

.course-table {
    border: 0.5px solid #DDDDDD;
    border-radius: 25px;
    overflow: hidden;
    max-width: 1230px;
}

.course-table__text {
    font-family: 'Wix Madefor Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.52px;
}

.course-table__table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.course-table__row:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0);
}

.course-table__table th, .course-table__table td {
    padding: 20px 30px;
    border-right: 0.5px solid #DDDDDD;
    border-bottom: 0.5px solid #DDDDDD;
}

.course-suitable-header {
    text-align: left;
    padding: 20px 30px;
    color: rgba(9, 62, 180, 1);
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
}
.course-table p{
    background-color: #ffffff;
}
@media (max-width: 1150px) {
    .course-table .course-table__cell {
        font-size: 18px !important;
    }
}

@media (max-width: 980px) {
    .course-table .course-table__cell {
        font-size: 14px !important;
    }
    .course-suitable-header{
        font-size: 18px !important;
    }
    .block_course-suitable-tabs .top-main__buttons {
        min-width: max-content;
        padding: 14px 30px;
        font-size: 14px;
    }
}
@media (max-width: 670px) {
    .block_course-suitable-tabs {
        width: 100%;
    }
    .block_course-suitable-tabs .top-main__buttons {
        min-width: auto;
        padding: 14px 20px;
        font-size: 12px;
        margin-right: 0px !important;
    }
    .course-table__table th, .course-table__table td {
        padding: 15px 20px;
    }
    .course-suitable-header {
        font-size: 12px !important;
    }
    .course-table .course-table__cell {
        font-size: 10px !important;
    }
}

@media (max-width: 390px) {
    .block_course-suitable-tabs .top-main__buttons {
        padding: 14px 10px;
        margin-right: 0px !important;
    }
}