.e-qoute {
padding: 23px 105px;
    background: rgba(6,110,174,.1);
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    position: relative;
    margin: 30px 0;
}

.e-qoute::before{
content: "";
    position: absolute;
    left: 35px;
    top: 15px;
    width: 34px;
    height: 30px;
    background-image: url(/local/templates/khl-redesign/img/svg/blockquote.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

}

.newslist {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-left: 40px!important;
}

.newslist li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: disc;
}