.section-content {
    margin-top: 32px;
}
.section-content__cont>* {
    margin-bottom: 1.2rem;
}
.section-content__cont > a {
    margin: 0;
}
.section-content__cont p {
    /*text-indent: 1.2rem;*/
}
.section-content__cont img{
    max-width: 100%;
    height: auto;
}
.section-content__cont li {
    margin-left: 2.4rem;
}
.section-content__cont ol li {
    list-style: decimal;
}
.section-content__cont ul li {
    list-style: disc;
}
.section-content__cont table td,
.section-content__cont table th {
    border-style: inherit;
    padding: 20px;
}
.section-content__cont table h1 a,
.section-content__cont table h2 a,
.section-content__cont table h3 a {
    text-decoration: underline;
}
.section-content__cont table h1 a:hover,
.section-content__cont table h2 a:hover,
.section-content__cont table h3 a:hover,
.section-content__cont table h1 a:hover *,
.section-content__cont table h2 a:hover *,
.section-content__cont table h3 a:hover * {
    color: #AE2220 !important;
}

table.wine-grammar {
    height: auto !important;
    width: 100% !important;
    display: block;
}

table.wine-grammar tbody,
table.wine-grammar thead {
    display: block;
}

table.wine-grammar tr {
    display: grid;
    height: auto !important;
    width: auto !important;
    grid-template-columns: 350px 1fr;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
}

table.wine-grammar tr:last-child {
    border-bottom: none;
}

table.wine-grammar td,
table.wine-grammar th {
    border-style: none;
}

table.wine-grammar tr :nth-child(1) img{
    width: 100%;
    height: auto;
    max-width: 300px;
}

@media (max-width: 750px) {

    table.wine-grammar tr {
        grid-template-columns: 1fr;
        justify-content: center;
        border-bottom: 1px solid gray;
    }
}
@media (max-width: 380px) {

    table.wine-grammar {
        width: calc(100% + 30px) !important;
        padding: 0 15px;
        margin: 0 -15px;
    }

    table.wine-grammar tr :nth-child(1) img{
        /* margin: 20px auto 15px auto !important; */
        margin: 20px 0 20px 0 !important;
        display: block;
    }

    table.wine-grammar tr {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    table.wine-grammar td,
    table.wine-grammar th {
        border-style: none;
        padding: 0;
    }
}

table.wine-grammar td,
table.wine-grammar th {
    width: auto !important;
    height: auto !important;
}


/* .catalog__link {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: white;
}
.catalog__link.active {
    color: #CE7A79;
}
.catalog__link.active::before {
    color: #CE7A79;
    content: none;
}
.catalog__link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: white;
    width: 100%;
    height: 1px;
    transition: width 0.2s ease-in;
} */