.quotes.quotes--two {
  position: relative; }
  .quotes.quotes--two .quotes__background {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    z-index: -99; }
    .quotes.quotes--two .quotes__background img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .quotes.quotes--two .quotes-content {
    color: #004128;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 55px;
    text-align: center; }
    .quotes.quotes--two .quotes-content p {
      font-size: 2.6rem;
      line-height: 1.2;
      width: 80%; }
    .quotes.quotes--two .quotes-content .quotes-person {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .quotes.quotes--two .quotes-content .quotes-person img {
        width: 110px;
        height: 110px;
        border-radius: 50%; }
      .quotes.quotes--two .quotes-content .quotes-person span {
        font-size: 22px;
        display: block;
        margin-top: 15px; }
    .dark-section .quotes.quotes--two .quotes-content {
      color: var(--white);
      border-color: var(--white); }

/*# sourceMappingURL=quotes-two.css.map */