.menu-btn-group .menu-btn.front {
  color: rgba(0, 0, 0, 0.7);
}

#whatWeDo_wrapper {
  margin-top: 0;
}
#whatWeDo_wrapper a {
  color: black;
  text-decoration: none;
}
#whatWeDo_wrapper a span {
  text-decoration: underline;
}
#whatWeDo_wrapper > div {
  padding: 5vw;
  padding-bottom: 2.5vw;
  width: 100%;
}
#whatWeDo_wrapper > div:first-of-type {
  padding: 0;
}
#whatWeDo_wrapper > div .row {
  margin: 0;
  justify-content: center;
}
#whatWeDo_wrapper > div img {
  width: 100%;
}
#whatWeDo_wrapper > div > .row:first-of-type .title {
  text-align: start;
}
#whatWeDo_wrapper > div > .row:first-of-type img.whatWeDo_banner {
  height: 40vh;
  object-fit: cover;
  object-position: 100% 0;
}
#whatWeDo_wrapper > div .quote {
  align-self: center;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}
#whatWeDo_wrapper > div footer {
  font-style: italic;
}
#whatWeDo_wrapper > div footer + footer {
  margin-top: 1rem;
}
@media screen and (min-width: 825px) {
  #whatWeDo_wrapper .grid-container {
    font-size: 80%;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
  }
  #whatWeDo_wrapper .grid-container img {
    padding-right: 1rem;
    object-fit: cover;
    height: 100%;
  }
  #whatWeDo_wrapper .img1 {
    grid-area: 1/1/4/2;
  }
  #whatWeDo_wrapper .img2 {
    height: 80%;
    margin-top: 1rem;
    grid-area: 4/1/8/2;
  }
  #whatWeDo_wrapper .img2 img {
    width: 80%;
  }
  #whatWeDo_wrapper .quote1 {
    display: flex;
    justify-content: center;
    height: 5rem;
    padding-right: 1rem;
    grid-area: 1/2/2/5;
    align-self: center;
  }
  #whatWeDo_wrapper .img3 {
    margin-top: -2rem;
    grid-area: 2/2/5/3;
  }
  #whatWeDo_wrapper .img3 .quote {
    width: auto;
    padding-top: 1rem;
    padding-right: 1rem;
  }
  #whatWeDo_wrapper .img3 img {
    object-position: 0;
  }
  #whatWeDo_wrapper .quote2 {
    margin-top: -1rem;
    grid-area: 2/3/3/5;
    padding-right: 1rem;
  }
  #whatWeDo_wrapper .img4 {
    margin-top: -3rem;
    grid-area: 3/3/6/4;
  }
  #whatWeDo_wrapper .img5 {
    margin-top: -3rem;
    grid-area: 3/4/6/5;
  }
  #whatWeDo_wrapper .img5 img {
    padding-right: 0;
  }
  #whatWeDo_wrapper .quote4 {
    grid-area: 7/2/8/5;
    margin-top: -1rem;
  }
  #whatWeDo_wrapper .quote3 {
    margin-top: 3rem;
    grid-area: 5/2/7/5;
    height: 80%;
    margin-left: -3vw;
  }
  #whatWeDo_wrapper .quote3 .floated {
    height: 2vw;
    width: 50vw;
    float: right;
    color: transparent;
  }
  #whatWeDo_wrapper .quote3 p {
    padding-right: 1rem;
  }
  #whatWeDo_wrapper .quote5 {
    display: flex;
    justify-content: center;
    margin-top: -4rem;
    grid-area: 8/1/9/5;
  }
  #whatWeDo_wrapper .quote5 img {
    object-fit: contain;
    padding-right: 0;
    width: 30vw;
    height: auto;
  }
}

/*# sourceMappingURL=whatWeDo.css.map */
