.links {
    display: block;
    position: fixed;
}

.table-price{
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}
.table-price td{
    padding: 5px 4px;
}

.table-price th{
    padding: 5px 2px;
}
.table-price caption{
    /* text-align: left; */
    font-size: 24px;
    padding-bottom: 5px;
}

.table-price tr:nth-child(even) {
    background-color: rgb(156, 156, 180, 0.3);
  }
.note {
    border-left: 2px solid red;
    padding-left: 10px;
}
.note-title{
    font-weight: 590;
}
.scrollTable {
    display: flex;
    flex-direction: column;
}
.scrollTableCaption {
    text-align: center;
    font-size: 24px;
    margin-top: 22px;
    padding-bottom: 5px;
}
@media (max-width: 768px) {
    .scrollTable {
        overflow-x: auto;
    }
}