.programms-title {
    text-align: center;
    margin: 40px 0px;
    font-size: 30px;
    font-weight: 900;
    color: #2f638a;
}

.programms-content {
    max-width: 900px;
    margin-bottom: 40px;
}

.programms-description {
    font-size: 16px;
    line-height: 1.6;
    color: #2f638a;
    text-align: justify;
    display: flex;
    justify-content: space-between;
}

.programms-discription-text {
    text-indent: 30px;
}

.advantages-list {
    font-size: 16px;
    line-height: 1.6;
    color: #2f638a;
    text-align: justify;
}

.item-body {
    display: flex;
    justify-content: space-between;
}

.item-content {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.item-title-description {
    width: 100%;
    text-align: center;
    background: #2f638a;
    color: white;
    border-radius: 4px;
    padding: 10px;
}

.item-title {
    font-size: 20px;
    font-weight: 900;
}

.item-table-container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-table {
    border-radius: 4px;
    border-collapse: collapse;
}

.service-header {
    display: block;
    margin-right: 10px;
}

.footnote {
    color: #2f638a;
    margin-top: 20px;
}

.programms-items-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.programms-element-price {
    background: #eeeeee;
    padding-left: 10px;
    font-weight: 900;
    flex: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    padding: 0px 15px;
}

.programms-items-section-title {
    font-size: 16px;
    line-height: 1.6;
    color: #2f638a;
}

@media (max-width: 600px) {
    .programms-content {
        padding: 0px 20px;
    }

    .programms-content .service-element {
        padding: 0;
    }
}