blockquote {
    border: 4px solid #95C11F;
    background: #fff;
    border-radius: 35px;
    padding: 34px 34px 34px 154px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

blockquote::before {
    content: "";
    position: absolute;
    background: url(../.default/img/blockquote.svg) no-repeat center/cover;
    width: 80px;
    height: 80px;
    left: 34px;
    top: 34px;
}

blockquote i {
    color: #929292;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 40px 0 0;
}