@media screen and (max-width: 955px) {
  aside.testimonials-home h2 {
    font-size: 0.9rem;
  }
  aside.testimonials-home blockquote {
    margin-top: 0;
  }
  aside.testimonials-home blockquote:first-of-type {
    margin-top: 2rem;
  }
  aside.testimonials-home blockquote p {
    font-size: 1rem;
  }
  aside.testimonials-home blockquote a {
    margin-bottom: 0;
  }
}

@media (max-width: 875px) {
  #content-home {
    float: none;
    max-width: 100%;
  }
  aside.testimonials-home {
    border: none;
    border-top: 1px solid #fff;
    float: none;
    width: 100%;
    /* background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.75)),
      #ece2d8 url(../images/bigstockphoto_Active_Man_955432.jpg) no-repeat
        center center / cover; */
    background: linear-gradient(
        rgba(41, 54, 109, 0.85),
        rgba(48, 61, 110, 0.85)
      ),
      #ece2d8 url(../images/bigstockphoto_Morning_Run_29393.jpg) no-repeat
        center center / cover;
    padding: 0 0 2rem;
    margin: 0;
    min-height: auto;
  }
  aside.testimonials-home h2 {
    height: 55px;
    margin: 0 auto;
    font-size: 1rem;
    width: 100%;
    background-color: #ece2d8;
    border-bottom: none;
  }
  aside.testimonials-home blockquote {
    position: relative;
    width: 70%;
    margin: 0 auto;
  }
  aside.testimonials-home blockquote p {
    font-size: 1.2rem;
    color: #fff;
  }
  aside.testimonials-home blockquote a {
    display: inline-block;
    font-size: 0.75rem;
    color: #8692c6;
    color: #a79b36;
    border-bottom: 1px solid transparent;
  }
  blockquote p:before {
    position: absolute;
    font-size: 3rem;
    color: #8692c6;
    line-height: 1;
    top: 0;
    left: -1.75rem;
    content: "\201C";
  }
}

@media (max-width: 780px) {
  .content-inner {
    padding-left: 2rem;
  }
  section {
    padding: 0 2rem;
  }
  section.section-bottom {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  .subnav,
  .to-top {
    padding: 1rem 0.5rem;
    margin-top: 0;
    float: none;
    border-radius: 0 5px 5px 0;
    text-align: center;
  }
  .to-top {
    margin-top: 0;
    margin-bottom: 1rem;
    background: none;
  }
  .subnav li:first-child {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #bbb;
  }
  .subnav a,
  .to-top a {
    font-size: 0.75rem;
    border-bottom: none;
  }
  .subnav a:hover,
  .to-top a:hover {
    border-bottom: none;
    color: inherit;
  }
}

@media (max-width: 725px) {
  .wrapper {
    position: relative;
  }
  .mobile-only {
    display: flex;
  }
  .mobile-nav {
    display: flex;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: none;
  }
  nav {
    margin-left: 100vw;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.95;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: margin 0.5s;
  }
  #click:checked ~ nav {
    margin-left: 0;
  }
  #click:checked ~ #mobile-nav_click .mobile-nav {
    background-color: transparent;
    padding: 0.2rem;
    border: 1px solid transparent;
  }
  #click:checked ~ #mobile-nav_click .mobile-nav p {
    color: transparent;
    padding: 0;
    font-size: 0.5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    height: 75vh;
    justify-content: space-evenly;
  }
  nav ul li {
    border-bottom: 1px solid #bbae3e;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  nav ul a {
    font-size: 1.1rem;
    letter-spacing: 1px;
    border-right: 0;
    padding: 0;
  }
  nav ul li:last-child {
    border-bottom: none;
  }
  nav ul a.active {
    color: #fff;
    background: none;
    border-bottom: none;
  }
  nav ul a.active:hover {
    color: var(--dark-color);
    background: none;
  }
  nav ul a:hover {
    background: none;
    color: #000;
  }
}


