.terms-section{
    width:100vw;
    display: flex;
    justify-content: center;
}
.terms-wrapper-big-section{
    width:85vw;
    display:grid;
    justify-content: center;
    margin: 5em 0 5em 0;
}
.terms-wrapper{
    text-align: left;
}
.terms-wrapper h1{
    color:#2B0556;
    font: normal normal bold 20px/20px Poppins;
    letter-spacing: 0.22px;
    line-height:250%;
}
.terms-wrapper h2{
    color:#2B0556;
    font: normal normal bold 16px/20px Poppins;
    letter-spacing: 0.18px;
    line-height:250%;
}
.terms-wrapper p{
    color:#2B0556;
    font: normal normal normal 16px/20px Poppins;
    letter-spacing: 0.18px;
}
.terms-wrapper span{
    color:#57C1DB;
}
.space-height{
    line-height:250%;
    margin: 1.3em 0 1.3em 0;
}
.terms-space{
    margin: 1.3em 0 1.3em 0;
}
