.quote-box {
  border: 4px solid var(--colorlight-blue);
  padding: 60px 40px 40px;
  color: var(--color-dark-blue1);
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .quote-box {
    padding: 40px 24px 24px 24px;
  }
}
.quote-box::after {
  position: absolute;
  content: "";
  width: 126px;
  height: 81px;
  top: -35px;
  left: 30px;
  background: url(../../images/knowledge-insights/quote.jpg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .quote-box::after {
    width: 56px;
    height: 41px;
    top: -25px;
    left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .quote-box__copy--img {
    padding-right: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .quote-box__img {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 322px;
  }
}
.quote-box__img img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .quote-box__img img {
    max-width: 150px;
    margin-left: auto;
    margin-top: -70px;
    margin-right: -24px;
    margin-bottom: -24px;
  }
}
.quote-box__head {
  text-align: left;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .quote-box__head {
    margin-bottom: 16px;
  }
}
.quote-box__description {
  margin: 0 0 24px;
  color: #03002f;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.16px;
}
@media only screen and (max-width: 767px) {
  .quote-box__description {
    margin: 0 0 16px;
    font-size: 14px;
  }
}
.quote-box__author-name {
  padding-right: 16px;
  color: #03002f;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 991px) {
  .quote-box__author-name {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .quote-box__author-name {
    font-size: 18px;
  }
}
.quote-box__author-designation {
  padding-right: 16px;
  text-align: right;
  color: #717171;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.16px;
}
@media only screen and (max-width: 991px) {
  .quote-box__author-designation {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .quote-box__author-designation {
    font-size: 14px;
  }
}/*# sourceMappingURL=quote-box.css.map */