.lg-h2 {
    font-size:50px;
    line-height: 1;
    position: relative;
}

.with-rline {
    position: relative;
    align-items: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.with-rline:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 2px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
}

.main .ul-sm-text li,
.ul-sm-text li {
    font-size: 20px;
    line-height: 30px;
}

.has-border {
    border: 1px solid #aaa;
}

.is-pink {
    color: #e31c79;
}

ul.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    list-style: none;
}

ul.check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color:  #00b08e;
}

ul#cusomters-have-seen.one-col-list {
    grid-template-columns: repeat(1,1fr);
}