.what-we-do-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-primary-customgrey);
}
.what-we-do-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
  background-color: var(--dl-color-primary-customgrey);
}
.what-we-do-navlink {
  display: contents;
}
.what-we-do-image {
  width: 350px;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
.what-we-do-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-customgrey);
}
.what-we-do-navbar {
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.what-we-do-left-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-icon {
  width: 36px;
  height: 36px;
}
.what-we-do-links-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-link {
  color: var(--dl-color-primary-customgreen);
  font-size: 16px;
  font-style: normal;
  font-family: Spinnaker;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link1 {
  color: var(--dl-color-primary-customgreen);
  font-size: 16px;
  font-style: normal;
  font-family: Spinnaker;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link2 {
  color: var(--dl-color-primary-customgreen);
  font-size: 16px;
  font-style: normal;
  font-family: Spinnaker;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link3 {
  color: var(--dl-color-primary-customgreen);
  font-size: 16px;
  font-style: normal;
  font-family: Spinnaker;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link4 {
  color: var(--dl-color-primary-customgreen);
  font-size: 16px;
  font-style: normal;
  font-family: Spinnaker;
  font-weight: 400;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.what-we-do-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.what-we-do-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-icon2 {
  width: 24px;
  height: 24px;
}
.what-we-do-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-link5 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link6 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link7 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link8 {
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-content-container {
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
}
.what-we-do-heading {
  color: rgb(25, 71, 89);
  text-align: center;
  margin-bottom: var(--dl-space-space-tenunits);
}
.what-we-do-hero-text {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.what-we-do-heading1 {
  color: var(--dl-color-primary-customgreen);
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text02 {
  color: var(--dl-color-gray-black);
  text-align: center;
}
.what-we-do-hero-text1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.what-we-do-heading2 {
  color: var(--dl-color-primary-customgreen);
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text03 {
  color: var(--dl-color-gray-black);
  text-align: center;
}
.what-we-do-hero-text2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.what-we-do-heading3 {
  color: var(--dl-color-primary-customgreen);
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text04 {
  color: var(--dl-color-gray-black);
  text-align: center;
}
.what-we-do-hero-text3 {
  width: auto;
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.what-we-do-text05 {
  color: var(--dl-color-gray-black);
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-li {
  align-self: flex-start;
}
.what-we-do-li1 {
  align-self: flex-start;
}
.what-we-do-li2 {
  align-self: flex-start;
}
.what-we-do-li3 {
  align-self: flex-start;
}
.what-we-do-li4 {
  align-self: flex-start;
}
.what-we-do-text11 {
  color: rgb(25, 71, 89);
}
.what-we-do-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: 580px;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-image: url("public/playground_assets/hero-600h.png");
  background-position: center;
}
.what-we-do-footer-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-customgreen);
}
.what-we-do-footer {
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: space-between;
}
.what-we-do-text12 {
  color: var(--dl-color-gray-white);
}
.what-we-do-container4 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-navlink1 {
  color: var(--dl-color-gray-white);
  margin-right: var(--dl-space-space-fiveunits);
  text-decoration: none;
}
.what-we-do-navlink2 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
@media(max-width: 991px) {
  .what-we-do-content-container {
    flex-direction: column;
  }
  .what-we-do-hero-text {
    width: 80%;
  }
  .what-we-do-hero-text1 {
    width: 80%;
  }
  .what-we-do-hero-text2 {
    width: 80%;
  }
  .what-we-do-hero-text3 {
    width: auto;
    align-self: center;
  }
}
@media(max-width: 767px) {
  .what-we-do-navbar {
    justify-content: flex-end;
  }
  .what-we-do-left-side {
    justify-content: center;
  }
  .what-we-do-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-primary-customgreen);
  }
  .what-we-do-icon {
    fill: var(--dl-color-gray-white);
  }
  .what-we-do-links-container {
    display: none;
  }
  .what-we-do-mobile-menu {
    background-color: var(--dl-color-primary-customgrey);
  }
  .what-we-do-image1 {
    width: 200px;
  }
  .what-we-do-icon2 {
    fill: var(--dl-color-primary-customgreen);
    width: 50px;
    height: 50px;
  }
  .what-we-do-links-container1 {
    gap: 25px;
  }
  .what-we-do-link5 {
    font-size: 18px;
    font-style: normal;
    font-family: Spinnaker;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-link6 {
    font-size: 18px;
    font-style: normal;
    font-family: Spinnaker;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-link7 {
    font-size: 18px;
    font-style: normal;
    font-family: Spinnaker;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-link8 {
    font-size: 18px;
    font-style: normal;
    font-family: Spinnaker;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media(max-width: 479px) {
  .what-we-do-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-hero-text {
    width: 100%;
  }
  .what-we-do-hero-text1 {
    width: 100%;
  }
  .what-we-do-hero-text2 {
    width: 100%;
  }
  .what-we-do-hero-text3 {
    width: auto;
  }
  .what-we-do-text11 {
    text-align: center;
  }
  .what-we-do-container3 {
    height: 300px;
    background-size: cover;
  }
  .what-we-do-footer {
    flex-direction: column-reverse;
  }
  .what-we-do-container4 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
}
