.big-title svg {
    margin-right: 5px;
    fill: #6b4a2b;
}

.row figure {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}

.row-notes .metabox p {
    line-height: 30px;
}

.row-notes .title {
    font-size: 24px;
    color: #6b4a2b;
    border-bottom: 1px solid #6b4a2b;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.extra-price-table td {
    width: 50%;
}



.small-title {
    font-size: 20px;
    color: #6b4a2b;
    margin-bottom: 25px;
}

.extra-price-table tr:nth-child(1),
.price-table tr:nth-child(1) {
    background-color: #e1d4bb;
}

td {
    color: #6b4a2b;
    font-size: 14px;

}

.class_note {
    text-align: right;
}


@media (max-width: 991px) {
    .table-qualification.price-table td:nth-child(1) {
        width: 40%;
    }

    .table-qualification.price-table td:nth-child(2) {
        width: 20%;
    }

    .table-qualification.price-table td:nth-child(3) {
        width: 40%;
    }



    .price-table.yoga-table td:nth-child(1) {
        width: 26%;
    }

    .price-table td:nth-child(2) {
        width: 20%;
    }

    .price-table td:nth-child(3) {
        width: 46%;
    }

    .big-title {
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #6b4a2b;
        border-bottom: 1px solid;
        padding-bottom: 15px;
        margin-bottom: 35px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .price-table td {
        width: 33.3333%;
        height: 100px;
    }

    .big-title {
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #6b4a2b;
        border-bottom: 1px solid;
        padding-bottom: 15px;
        margin-bottom: 35px;
        margin-top: 65px;
    }
}