blockquote {
    margin-left: 0;
    position: relative;
    padding-left: 30px !important;
    border-left: unset !important;
}

.blog_details-section .blog_details-col .blog_content blockquote p {
    font-style: italic !important;
}

blockquote.custom-quote::before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 30px;
    color: #4CBB16;
    z-index: 1;
}

blockquote::before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 30px;
    color: #4CBB16;
    z-index: 1;
}