.comment blockquote, .block-quote blockquote {
    position: relative;
    color: #777;
    font-style: italic;
    margin: 0 0 20px;
    padding-left:50px
}

.comment blockquote {
    padding-left:35px
}

.comment blockquote, .block-quote blockquote p {
    margin-bottom:.75em
}

.comment blockquote:before, .block-quote blockquote:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    color: #ccc;
    font-size: 32px;
    font-style: normal;
    text-align: center;
    position: absolute;
    left: 0;
    top:0
}

.comment blockquote:before {
    font-size:25px
}

header {
    border-bottom: 2px;
}
