@media all {
  .footer__testimonies {
    background-color: #EFE9FE;
    color: white;
  }
  .footer__testimonies .text {
    color: #AE90FA;
    line-height: 1.3;
  }
  .footer__testimonies .text::before {
    content: '« ';
  }
  .footer__testimonies .text::after {
    content: ' »';
  }
  .footer__testimonies .author {
    margin-top: 1em;
    color: #26325A;
  }
}
@media (min-width: 850px) {
  .footer__testimonies .testimonies {
    display: flex;
    justify-content: space-between;
  }
  .footer__testimonies .author {
    float: right;
  }
}
@media (min-width: 1400px) {
  .footer__testimonies {
    padding-bottom: 60px;
  }
  .footer__testimonies .testimony {
    width: calc(50% - 80px);
  }
  .footer__testimonies .text {
    font-size: 30px;
  }
  .footer__testimonies .author {
    font-size: 16px;
  }
}
@media (min-width: 850px) and (max-width: 1399px) {
  .footer__testimonies .testimony {
    width: calc(50% - 80px);
  }
  .footer__testimonies .text {
    font-size: 20px;
  }
  .footer__testimonies .author {
    font-size: 16px;
  }
}
@media (max-width: 849px) {
  .footer__testimonies {
    padding: 30px 0;
  }
  .footer__testimonies .mobile-wrapper {
    overflow: hidden;
  }
  .footer__testimonies .testimonies {
    width: 200%;
    display: flex;
    transition: cubic-bezier(0.2, 0.01, 0.45, 1) 0.4s margin;
  }
  .footer__testimonies .testimony {
    flex-basis: 100%;
    transition: margin cubic-bezier(0.2, 0.01, 0.45, 1) 0.4s;
    text-align: center;
  }
  .footer__testimonies .testimony .boundaries {
    max-width: 400px;
    margin: 0 auto;
  }
  .footer__testimonies .author {
    display: inline-block;
  }
  .footer__testimonies .navigation {
    margin-top: 20px;
  }
  .footer__testimonies #testimonies-mobile-nav-1:checked ~ .navigation [for="testimonies-mobile-nav-1"] {
    background-color: transparent;
  }
  .footer__testimonies #testimonies-mobile-nav-2:checked ~ .mobile-wrapper .testimonies {
    margin-left: -100%;
  }
  .footer__testimonies #testimonies-mobile-nav-2:checked ~ .navigation [for="testimonies-mobile-nav-2"] {
    background-color: transparent;
  }
}
