@charset "UTF-8";

.digioffer_terms_wrap { padding: 0 20px; }
.digioffer_terms {max-height: calc(100vh - 40px); font-size:14px; line-height: 1.5em;background: #F4F4F4; padding: 20px; overflow-y: scroll;}

.title-type {
display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.title-type:nth-child(n+2) {
    margin-top: 20px;
}
