#quote_block h3{
    font-size:30px;
    font-family: 'Poppins', sans serif;
    line-height: 46px;
    margin-bottom: 30px;
}

#quote_block h3:before{
    content: url("/wp-content/uploads/2020/09/quote_left.svg");
    display: block;
    position: absolute;
    z-index: -1;
    left: 15px;
    top: -20px;
}
#quote_block h3:after{
    content: url("/wp-content/uploads/2020/09/quote_left.svg");
    display: block;
    position: absolute;
    right: 40px;
    z-index: -1;
    bottom: 80px;
     -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}
#quote_block .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    position: relative;
}
#quote_block .author-name {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
}
#quote_block .author-function{
    font-size:12px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: -10px;
}
#quote_block .person{
    position: relative;
}
#quote_block .flag {
    width: 20px;
    height: 14px;
    display: inline-block;
    border-radius: 0px;
    position: relative;
    top: -28px;
    padding: 0;
    margin: 0;
    left: 10px;
}

