.bold-terms {
    font-weight: 600;
}

.lists {
    color: #000;
    list-style: none;
    padding-left: 10px;
}

.titles {
    color: #17D07A;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 30px;
}

.clause-title {
    color: #031233;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

.information-regime ul,
.list,
.clauses,
.clauses p,
.clauses ul {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
}

.information-regime {
    display: flex;
    justify-content: space-between;

    border: 1px solid #000;
    color: #000;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    width: 60%;
}

.information-regime > .physical ul,
.information-regime > .moral ul {
    color: #000;
    list-style: none;
    padding: 0;
}

.clauses {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    overflow: visible;
    width: 90%;
}

.clauses > .content {
    color: #000;
    width: 70%;
}

.clauses > .content section {
    padding: 0;
}

.clauses-wrap {
    width: 100%;
    margin-bottom: 20px;
}

.clauses-wrap > section {
    width: 100%;
}

.clauses > aside{
    font-weight: 600;
    line-height: 1.5;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 22%;

    position: sticky;
    top: 100px;
}

/* active for scrollspy */
.active-terms {
    border-left: 2px solid #17D07A;
    color: #17D07A !important;
    padding: 0;
    padding-left: 6px !important;
    margin: 0;
}

/* menu right */

.list {
    padding: 0;
}

.list > li {
    line-height: 1.5;
    list-style: none;
    margin: 0 !important;
}

.list > li:hover {
    cursor: pointer;
}

.list > li > a {
    color: #031233;
    font-weight: 600;
    margin-bottom: .5px;
    padding-left: 8px;
}

@media screen and (max-width: 1024px) {
    .information-regime {
        width: 80%;
    }

    .clauses {
        width: 90%;
    }

    .clauses > .content {
        width: 65%;
    }

    .clauses > aside{
        width: 30%;
    }

    .clauses-wrap {
        flex-direction: column;
    }

    .clauses-wrap > h3,
    .clauses-wrap > .title-wrap,
    .clauses-wrap > section {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .terms-hero {
        height: 90vh;
    }
}

@media screen and (max-width: 769px) {
    .information-regime {
        width: 90%;
    }

    .clauses > .content {
        width: 100%;
    }

    .clauses > aside{
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .information-regime {
        flex-direction: column;
    }

    .clauses {
        padding-top: 30px;
    }
}
