.quote-block {
  max-width: 112rem;
  margin: 0 auto;
}
.quote-img{
  max-width: 9rem;
  margin: 0 auto 4rem;
}
.quote-img img {
  display: block;
  width: 100%;
  height: auto;
}
.quote-block h1,
.quote-block h2,
.quote-block h3,
.quote-block h4,
.quote-block h5{
  font-size: 3.8rem;
  line-height: 140%;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin: 0 0 2.3rem;
}
.quote-block p {
  font-size: 2.1rem;
  line-height: 160%;
  letter-spacing: 0.5px;
  margin: 0;
}
.quote-user-info {
  display: inline-flex;
  margin: 5rem auto 0;
  align-items: center;
}
.quote-user-img {
  margin-right: 2.3rem;
}
.quote-user-img img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.quote-user-text {
  text-align: left;
}
.quote-user-text h6 {
  font-size: 1.8rem;
  line-height: 160%;
  margin: 0 0 0.4rem;
  letter-spacing: 0.54px;
}
.quote-user-text span {
  font-size: 1.6rem;
  line-height: 160%;
  display: block;
  letter-spacing: 0.48px;
}
.post-single-info .sec-quote{
  margin: 6.4rem 0 5.5rem;
}
.post-single-info .sec-quote:first-child{
  margin-top: 0;
}
.post-single-info .sec-quote:last-child{
  margin-bottom: 0;
}
.post-single-info .quote-block {
  border: 1px solid #E2E2E2;
  position: relative;
  border-radius: 0.5rem;
  text-align: left !important;
  max-width: 100%;
  padding: 6.4rem 4rem;
}
.post-single-info .quote-img {
  position: absolute;
  margin: 0;
  max-width: 100%;
  width: 5.6rem;
  left: 3.9rem;
  top: -2.3rem;
}
.post-single-info .quote-block h1, 
.post-single-info .quote-block h2, 
.post-single-info .quote-block h3, 
.post-single-info .quote-block h4, 
.post-single-info .quote-block h5{
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0 0 1.6rem;
}
.post-single-info .quote-block p{
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0;
}
.post-single-info .quote-user-info{
  margin-top: 2.4rem;
}
.post-single-info .quote-user-img{
  display: none;
}
.post-single-info .quote-user-text {
  display: flex;
  align-items: center;
}
.post-single-info .quote-user-text h6,
.post-single-info .quote-user-text span{
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}
.post-single-info .quote-user-text span{
  margin-left: 0.6rem;
  font-weight: 300;
}
@media (min-width: 1460px) and (max-width: 1559px) {
  .quote-block {
    max-width: 107rem;
  }
  .quote-img {
    max-width: 8rem;
    margin: 0 auto 3rem;
  }
  .quote-block h1, 
  .quote-block h2, 
  .quote-block h3, 
  .quote-block h4, 
  .quote-block h5 {
    font-size: 3.4rem;
  }
  .quote-block p {
    font-size: 2rem;
  }
  .quote-user-info {
    margin: 4rem auto 0;
  }
}
@media (min-width: 1360px) and (max-width: 1459px) {
  .quote-block {
    max-width: 99rem;
  }
  .quote-img {
    max-width: 8rem;
    margin: 0 auto 3rem;
  }
  .quote-block h1, 
  .quote-block h2, 
  .quote-block h3, 
  .quote-block h4, 
  .quote-block h5 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
  .quote-block p {
    font-size: 2rem;
  }
  .quote-user-info {
    margin: 4rem auto 0;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .quote-block {
    max-width: 100rem;
  }
  .quote-img {
    max-width: 8rem;
    margin: 0 auto 3rem;
  }
  .quote-block h1, 
  .quote-block h2, 
  .quote-block h3, 
  .quote-block h4, 
  .quote-block h5 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
  .quote-block p {
    font-size: 1.9rem;
  }
  .quote-user-info {
    margin: 4rem auto 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quote-block {
    max-width: 82rem;
  }
  .quote-img {
    max-width: 7rem;
    margin: 0 auto 3rem;
  }
  .quote-block h1, 
  .quote-block h2, 
  .quote-block h3, 
  .quote-block h4, 
  .quote-block h5 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
  .quote-block p {
    font-size: 1.8rem;
  }
  .quote-user-info {
    margin: 3rem auto 0;
  }
  .quote-user-img {
    margin-right: 1.6rem;
  }
  .quote-user-img img {
    width: 9rem;
    height: 9rem;
  }
  .quote-user-text h6 {
    font-size: 1.7rem;
  }
  .quote-user-text span {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-img {
    max-width: 7rem;
    margin: 0 auto 2rem;
  }
  .quote-block h1, 
  .quote-block h2, 
  .quote-block h3, 
  .quote-block h4, 
  .quote-block h5 {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
  .quote-block p {
    font-size: 1.8rem;
  }
  .quote-user-info {
    margin: 3rem auto 0;
  }
  .quote-user-img {
    margin-right: 1.6rem;
  }
  .quote-user-img img {
    width: 9rem;
    height: 9rem;
  }
  .quote-user-text h6 {
    font-size: 1.6rem;
  }
  .quote-user-text span {
    font-size: 1.4rem;
  }
  .post-single-info .quote-block p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .post-single-info .quote-block h1, 
  .post-single-info .quote-block h2, 
  .post-single-info .quote-block h3, 
  .post-single-info .quote-block h4, 
  .post-single-info .quote-block h5 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .post-single-info .quote-user-text h6, 
  .post-single-info .quote-user-text span{
    font-size: 1.4rem;
  }
}
@media(max-width:767px){
  .quote-img {
    max-width: 6.4rem;
    margin: 0 auto 2rem;
  }
  .quote-block h1, 
  .quote-block h2, 
  .quote-block h3, 
  .quote-block h4, 
  .quote-block h5 {
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0 0 1.6rem;
  }
  .quote-block p {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .quote-user-info {
    margin: 2.4rem auto 0;
  }
  .quote-user-img {
    margin-right: 1.6rem;
  }
  .quote-user-img img {
    width: 8rem;
    height: 8rem;
  }
  .quote-user-text h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .quote-user-text span {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .post-single-info .sec-quote {
    margin: 5.4rem 0 3.2rem;
  }
  .post-single-info .quote-block {
    padding: 4.8rem 2rem 2.4rem;
  }
  .post-single-info .quote-img {
    width: 4.6rem;
    left: 2rem;
    top: -1.6rem;
  }
  .post-single-info .quote-block h1, 
  .post-single-info .quote-block h2, 
  .post-single-info .quote-block h3, 
  .post-single-info .quote-block h4, 
  .post-single-info .quote-block h5 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin: 0 0 1.2rem;
  }
  .post-single-info .quote-block p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0;
  }
  .post-single-info .quote-user-info {
    margin-top: 1.6rem;
  }
  .post-single-info .quote-user-text h6, 
  .post-single-info .quote-user-text span {
    font-size: 1.4rem;
  }
}