.dkjs-quote {
  max-width: 950px;
  margin: 0px -100px;
}

.dkjs-quote-content {
  position: relative;
}

.author-image {
  width: 158px;
  height: 158px;
  padding: 4px;
  border-radius: 79px;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.author-image img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  object-fit: cover;
}

.quote-flag {
  display: inline-block;
  margin-left: 20px;
  width: 17px;
  float: left;
}

.quote-flag svg {
  margin-top: 70px;
}

.quote {
  padding: 0 15px 30px 45px;
  display: inline-block;
  max-width: 754px;
  float: left;
  color: #fff;
}

.quote>p {
  margin: 0;
  padding: 0;
  font-family: 'Trenda-Regular';
  font-style: italic;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
}

.quote .author {
  /*margin-top: 15px;*/
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.8;
  float: left;
  /*font-family: 'MetaCorrespondenceBold';*/
}

.dkjs-quote-content p{
  font-family: 'Trenda-Regular';
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
}

blockquote {
  font-family: 'Trenda-Regular';
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
}

blockquote span:before{
  content: "\201C";

}

blockquote span:after{
  content: "\201D";
}

@media (max-width: 1020px) {

  .dkjs-quote {
    margin: 0;
    text-align: center;
  }

  .dkjs-quote .author-image{
    float: none;
  }
  .dkjs-quote .quote-flag {
    display: block;
    float: none;
    margin: 0;
    width: auto;
  }

  .dkjs-quote .quote-flag svg{
    margin-top: 15px;
    margin-bottom: -8px;
    margin-left: 13px;
    transform: rotate(180deg);
    bottom: 0;
  }

  .dkjs-quote .quote p{
    text-align: left;
  }

}
@media (max-width: 768px) {

  .dkjs-quote {
    margin-left: -10px;
    margin-right: -10px;
  }

  blockquote {
    text-align: center;
  }
}

@media (max-width: 480px) {


  .dkjs-quote .quote {
    padding: 0 15px 20px 15px;
  }

  .dkjs-quote .quote p{
    font-size: 20px;
    line-height: 26px;
  }

  .dkjs-quote .quote .author{
    font-size: 16px;
    line-height: 22px;
  }

  blockquote {
    font-size: 20px;
    line-height: 26px;
  }

}
