.col2.termsGrid
{
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.termsHeader .content-grid {
    position: relative;
}
.termsHeader .backImg {
    position: absolute;
    top: 5px;
    left: 0;
}
.termsSectionPage a{
    color:#fff;
}
.termsSectionPage p,
.termsSectionPage,
.termsSectionPage h2,
.termsSectionPage ul
{
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.termsSectionPage h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.termsPageLogo {
    margin: 0 auto;
}

.chapters{
    margin-left: 0;
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
.chapters li a{
    text-transform: uppercase;
    color: var(--colorWhite);
    text-decoration: none;
    font-size: 1.5rem;
}
.chapters li{
    margin-bottom: 1.5rem;
}

.chapters a.current {
    font-weight: bold;
}

.pagesList li a
{
    font-size: 1.5rem;
    color: var(--colorWhite);
    text-decoration: none;
    text-transform: uppercase;
}
.pagesList li a.active {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

.pagesList li a:first-child {
    margin-right: 20px;
}

.termsSectionPage h1 {
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.chapterSection,
.pagesRow
{
    margin-bottom: 50px;
}
.chapterSection h2 {
    margin-bottom: 20px;
}
.chapterSection ul {
    padding-left: 1.2rem;
}
.chapterSection ul li {

    margin-bottom: 10px;
}

.subChapters,
.thirdLevelChapters {
    list-style: none;
    margin-top: 1.5rem;
    padding-left: 20px;
}
@media screen and (max-width: 1024px) {

    .col2.termsGrid {
        grid-template-columns: minmax(0, 1fr);
    }
    .chaptersCol {
        display: none;
    }
}