/* Terms of Use */

.terms-main {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    margin-top: 5rem;
}

@media screen and (max-width: 1000px) {
    .terms-main {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 500px) {
    .terms-main {
        min-height: calc(100vh - 4.79rem - 2rem - 2.0rem);
        margin-top: 6rem;
    }
}

.terms-main__content {
    max-width: 1380px;
    width: 100%;
    font-size: 1.142rem;
    line-height: 1.3;
    font-weight: 400;
}

@media screen and (max-width: 1500px) {
    .terms-main__content {
        max-width: 1180px;
    }

}

@media screen and (max-width: 1300px) {
    .terms-main__content {
        max-width: 900px;
    }
}

.terms-main__title {
    font-size: 1.4285rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 2rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.53);

}

.terms-main__content h2,
.terms-main__content h3,
.terms-main__content strong {
    font-weight: 700;
}

.terms-main__content p{
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 1.6;
    color: #fff;
}

.terms-main__content p:last-child {
    margin-bottom: 0;
}

.terms-main__content h2,
.terms-main__content h3 {
    margin-bottom: 2rem;
    font-size: 1.293rem;
    color: #fff;
}

.terms-main__content ul,
.terms-main__content ol {
    margin-bottom: 1.5rem;
}

.terms-main__content ol li {
    list-style-type: decimal;
    margin-left: 1.7rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 1.6;
    color: #fff;
}

.terms-main__content ul li {
    list-style-type: disc;
    margin-left: 5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 1.6;
    color: #fff;
}

.terms-main__content a {
    color: #fff;
}

.home__content-bg-3,
.home__content-bg-4,
.home__content-bg-5,
.home__content-bg-6,
.home__content-bg-7 {
    display: none;
}

.terms-main {
    z-index: 1;
}
