.nny-quote {
  margin-top: 60px; }
  .nny-quote.no-quote {
    margin-top: 20px; }
  .nny-quote p {
    color: #041429;
    font-size: 2.143rem;
    line-height: 1.5;
    font-weight: bold; }
  @media (max-width: 1199px) {
    .nny-quote p {
      font-size: 1.9rem; } }
@media (max-width: 991px) {
  .nny-quote p {
    font-size: 1.6rem; } }
.nny-quote p:before {
  content: " ";
  background-image: url("../../img/quote.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  font-size: 7.143rem;
  position: absolute;
  color: #0c5ebe;
  top: -35px;
  left: 20px; }
.nny-quote .author-meta img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  border: solid 0.5px #dddfe4; }
.nny-quote .author-meta .author-name {
  display: inline-block;
  transform: translate(0, -5px); }
  .nny-quote .author-meta .author-name .name {
    display: block;
    color: #041429;
    font-size: 1.286rem;
    line-height: 1.2;
    font-weight: bold; }
  .nny-quote .author-meta .author-name .role {
    display: block;
    color: #727b99;
    font-size: 1.143rem;
    line-height: 1.2; }
