/* TERMS */
.subpage{
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
}

hr{
    border-top: 0.8px solid;
    border-color: #222231;
}

.subpage h5{
    color: #8B8B92;
    font-size: 15px;
    margin-bottom: 40px;
}

.subpage{
    background-color: #151521;
    border-radius: 8px;
    padding: 35px 45px 15px;
    position: relative;
    margin-bottom: 35px;
    transition: .1s;
    margin: 2% 15%
}

.subpage h1{
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}

.subpage p{
    color: #73737A;
    font-size: 14px;
    margin-bottom: 40px;
}