body {
    font-family: "Inter", sans-serif;
}

header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: #080810;
}


ul {
    list-style: disc;
    padding-left: 25px;
}
.container_terms {
    padding: 125px 0 64px 40px;
    max-width: 900px;
}

.title-test {
    align-self: stretch;
    color: #0A0A1A;
    font-family: Syne;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.88px;
}
.text-test {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    padding: 20px 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
    opacity: 0.5;
}
.text-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
    padding: 10px 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
}
.section-title {
    padding-top: 20px;
    color: #0A0A1A;
    font-family: Syne;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.88px;
}
.box-section--all {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    gap: 10px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
    align-self: stretch;
}
.home-text {
    color: #000;
    padding-top: 20px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    letter-spacing: -0.002px;
}
.home-text--info {
    color: #000;
    padding: 20px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    letter-spacing: -0.002px;
}
.home-text--bottom {
    padding-top: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    letter-spacing: -0.002px;
    align-self: stretch;
}
.terms-text--box {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.002px;
}


@media (max-width: 768px) {
    .container_terms {
        padding: 125px 16px 64px 16px;
    }
}

@media (max-width: 480px) {
    .title-test {
    font-size: 32px;
}
}