.quote{
  background-color: #eef2f4;
  /*border-radius: 10px;*/
  position: relative;
  padding: 3rem;
  margin-bottom:1rem;
  
}
.quote > *:last-child {
  margin-bottom: 0;
}


.quote h2,
.quote h3 {
    color: #0c2b5a;    
}