.terms {
    display:flex;
    flex-direction: column;
    margin-top: 10px;
}
.terms a{
    text-decoration: none;
    margin: 10px;
    color: #fff;
}
.terms a:hover{
    opacity: 0.7;
}

.navbar-terms-area {
    background-color: #121212;
}

.nav-items-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-left: auto;
}

.navbar-terms-brand {
    margin-left: auto;
    width: 250px;
}

.nav-terms-item {
    margin-left: auto;
}

.nav-terms-item a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.nav-terms-item a:hover{
    opacity: 0.7;
}

.container-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-title {
    background-color: #121212;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    height: 250px;
}

.title-terms {
    color: #fff;
    font-weight: 900;
    font-size: 32px;
    color: #dedede;

}

.terms-content {
    padding: 5% 15%;
    text-align:justify;
    font-weight: lighter;
    background-color: #dedede;
}

.terms-content p{
    padding: 10px 0;
    /* text-indent: 40px; */
}

.terms-footer {
    background-color:#121212;
}

.list-group-item, .community-item{
    color: var(--color-white);
}
