html{
    background-color: #fff;
  }

.container{
    width: 45%;
    font-family: SegoeUI;
}
.container h4{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0, 0.9);
    margin-bottom: 40px;
  }
  .container .terms{
    line-height:90px;
    font-size: 30px;
    font-weight: 400;
    color: rgba(0,0,0, 0.9);
    }
.container .title{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    }

.container span{
    display: inline-block;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0, 0.8);
}
@media screen and (max-width:1024px){
    .container{
        width: 85%;
        padding-top: 30px;
        font-family: SegoeUI;
    }
    .container .terms{
        font-size: 26px;
    }
}



