body{
    width: 100%;
    
}
.termsTitle{
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 6rem;
    color: var(--text-secondary-color);
    font-family: var(--font-family-dot);
    margin-top: 100px;
    font-weight: 800;
}

.termsWrapper{
    display: flex;
    margin-left: var(--space-right);
    margin-right: var(--space-left);
    width: calc(100% - var(--space-right) - var(--space-left));
    height: 500px;
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: var(--main-bg-color);    
    border-radius: 25px;
}
