.terms{
    width: 100%;
    height: 180px;
    padding: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.4em;
    border: 1px solid #cccccc;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}