.quote-image-panel.quote-without-img {
  margin-bottom: 12.5rem;
}
@media only screen and (min-width: 768px) {
  .quote-image-panel.quote-without-img {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15rem;
  }
}
.quote-image-panel.quote-without-img .ps_left {
  top: 0;
  margin-top: 0;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 100px), 0% 100%);
  -moz-clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 100px), 0% 100%);
  -ms-clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 100px), 0% 100%);
  clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  left: 0;
  width: 100%;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .quote-image-panel.quote-without-img .ps_left {
    margin-top: 0;
    clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 100px), 0% 100%);
  }
}
.quote-image-panel.quote-without-img .ps_right {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .quote-image-panel.full-width-quote {
    padding-left: 0;
    padding-right: 0;
  }
}
.quote-image-panel.full-width-quote .align_left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .quote-image-panel.full-width-quote .align_left {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .quote-image-panel.full-width-quote .align_left .ps_left {
    width: 100%;
    clip-path: polygon(0 0%, 97% 0%, 99% calc(100% - 120px), 6% 100%);
    position: relative;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .quote-image-panel.full-width-quote .align_left .ps_left {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 1300px) {
  .quote-image-panel.full-width-quote .align_left .ps_left img {
    margin-left: 0;
  }
}
.quote-image-panel.full-width-quote .align_left .ps_left .container {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .quote-image-panel.full-width-quote .align_left .ps_left .container {
    max-width: 59%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .quote-image-panel.full-width-quote .align_left .ps_left .container {
    max-width: 67rem;
    margin-right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
  .quote-image-panel.full-width-quote .align_left .ps_left .container {
    max-width: 60rem;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .quote-image-panel.full-width-quote .align_left .ps_left .container img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .quote-image-panel.full-width-quote .align_left .ps_left .container {
    margin-right: calc(15% + 16.25rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-image-panel.full-width-quote .align_left .ps_left .container {
    margin-right: 5%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .quote-image-panel.full-width-quote .align_left .ps_left .container blockquote {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .quote-image-panel.full-width-quote {
    margin: 0 -15px;
    width: calc(100% + 30px);
    margin-bottom: 12.5rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .top_quote_comp {
    margin-top: -56px;
  }
}