
.commentbox blockquote{
  margin: 25px 0 50px 0;
  padding: 0;
  color: #666666;
  position: relative;
  font-weight: 400;
  z-index: 1;
  width: 100%;
  float: none;
  clear: both;
  border: none;
  font-style: italic;
  font-size: 120%;
}

.commentbox hr{
  max-width: 50%;
  position: relative;
  top:-25px;
  margin: 0 auto;
}

.commentbox hr:first-child{
  top:0;
}

.commentbox .quotation-mark::before {
  content: "“";
  font-size: 5.77778rem;
  line-height: 33px;
  float: left;
  position: relative;
  top: 1.3rem;
  left: -0.1ch;
  padding-right: 0.1ch;
}

.commentbox .autor{
  display: flex;
  padding-top: 15px;
  align-items: center; 
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}


.commentbox .autor img{
  width:40px;
  border-radius: 50%; 
  margin-right: 10px;
  margin-left: 5px;
  border:1px solid #f0f0f0;
}
/*
p + .commentbox blockquote{
  margin-top: 25px;
}

p +  .commentbox hr:first-child{
  top:0;
}*/

