

.terms h1 {
    margin-bottom: 16px
}

.circle {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500
}

.circle::before {
    content: "";
    width: 7.5px;
    height: 7.5px;
    background-color: #49655C;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 8px
}

.green {
    font-size: 14px;
    line-height: 150%;
    color: #5B796F
}