.policyTxt u {
font-family : 'IBM Plex Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family : 'IBM Plex Sans', sans-serif;
}

.terms {
    margin-top: 4.9375rem;
padding: 0 2.9375rem;
}

.terms .faq-content {
    padding-bottom: 0
}

@media (min-width: 768px) {

 .terms {
        margin-top:8.75rem
    }

 

.terms .terms-content__help .h4,.terms .terms-content__help h4 {
    margin-bottom: 1rem
}

 .terms .terms-content__help {
        margin-bottom:1.5rem
    }
    .terms-content .title {
        font-size:1.75rem;
        line-height: 2.25rem
    }
}

.terms-content .title {
    color: #2b2b2b;
    font-family: "IBM Plex Serif";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem
}

@media screen and (min-width: 768px) {
.terms-content .title {
    font-size: 1.75rem;
    line-height: 2.25rem;
}

}

.terms-content ul li:not(:first-child) {
    margin-top: .75rem
}

.terms-content ul li::marker {
    font-size: 1.25rem
}

.terms-content ul li p {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.375rem;
    margin-bottom: 0
}

.terms-content__questions {
    align-items: center;
    background: #fdeff3;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
    overflow: hidden;
    padding: 1.25rem;
    position: relative
}


.terms-content__bottom {
    grid-gap: 1.25rem;
    align-items: center;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .terms-content__bottom {
        grid-gap:2.5rem;
        align-items: center;
        flex-direction: row;
        margin-top: 2rem
    }
}

.terms-content__tabs {
    grid-gap: 1.5rem;
    display: flex;
}

.terms-content__tabs--has-marg {
    margin-top: 1.75rem
}

@media (min-width: 768px) {
    .terms-content__tabs--has-marg {
        margin-top:4rem
    }
}

.terms-content__left .h5,.terms-content__left h5 {
    color: #2b2b2b;
    font-family: "IBM Plex Serif",sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.terms-content__left ul {
    background: #fdf7f3;
    border-radius: 8px;
    margin: 0;
    padding: 1rem .5rem .5rem;
    width: 22.5rem
}

.terms-content__left ul li {
    border-radius: .5rem;
    color: #272932;
    cursor: pointer;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.375rem;
    list-style: none;
    margin: .25rem 0;
    padding: 1rem 1.5rem;
    position: relative
}

.terms-content__left ul li:after {
    background: linear-gradient(270deg,#2f251c,rgba(47,37,28,0) 133.96%);
    bottom: 0;
    content: "";
    height: .0625rem;
    left: 0;
    opacity: .08;
    position: absolute;
    right: 0
}

.terms-content__left ul li:last-child:after {
    display: none
}

.terms-content__left ul li.active {
    background: #faeee6;
    font-weight: 600
}

.terms-content__left ul li.active:after {
    background: none
}

.terms-content__left--extra-marg {
    margin-top: 4.25rem
}

@media (min-width: 768px) {
    .terms-content__right {
        flex:1 1
    }
}

.terms-content__right .terms-content__right__title {
    color: #2b2b2b;
    font-family: "IBM Plex Serif",sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    margin: 2.25rem 0 0
}

.terms-content__help {
    font-family: "IBM Plex Serif",sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.25rem
}