.body {
  overflow: hidden;
}

.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-customblue);
}
.what-we-do-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.what-we-do-image {
  width: 200px;
  object-fit: cover;
}
.what-we-do-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.what-we-do-link {
  color: var(--dl-color-gray-white);
  font-style: normal;
  transition: 0.3s;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.what-we-do-link:hover {
  color: var(--dl-color-primary-textcolor);
}
.what-we-do-link1 {
  color: var(--dl-color-gray-white);
  font-style: normal;
  transition: 0.3s;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.what-we-do-link1:hover {
  color: var(--dl-color-primary-textcolor);
}
.what-we-do-link2 {
  color: var(--dl-color-gray-white);
  font-style: normal;
  transition: 0.3s;
  text-decoration: none;
}
.what-we-do-link2:hover {
  color: var(--dl-color-primary-textcolor);
}
.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-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.what-we-do-container1 {
  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-navlink {
  display: contents;
}
.what-we-do-image1 {
  width: 100px;
  object-fit: cover;
  text-decoration: none;
}
.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-link3 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.what-we-do-link4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.what-we-do-link5 {
  text-decoration: none;
}
.what-we-do-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-items: center;
  justify-content: center;
}
.what-we-do-text {
  color: var(--dl-color-gray-white);
}
.what-we-do-hero {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.what-we-do-hero-text-container {
  width: 55%;
  display: flex;
  padding: var(--dl-space-space-fourunits);
  align-items: flex-start;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-heading {
  color: var(--dl-color-gray-white);
  text-align: center;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-cta-btn-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.what-we-do-text01 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-text04 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-text07 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-image2 {
  width: 45%;
  z-index: 100;
  object-fit: cover;
}
.what-we-do-container4 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-hero1 {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.what-we-do-image3 {
  width: 45%;
  z-index: 100;
  object-fit: cover;
}
.what-we-do-hero-text-container1 {
  width: 55%;
  display: flex;
  padding: var(--dl-space-space-fourunits);
  align-items: flex-start;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-heading1 {
  color: var(--dl-color-gray-white);
  text-align: center;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-cta-btn-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.what-we-do-text11 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-text14 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-text17 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-footer {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.what-we-do-text22 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-container5 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-navlink1 {
  color: rgba(255, 255, 255, 0.5);
  margin-right: var(--dl-space-space-fiveunits);
  text-decoration: none;
}
.what-we-do-navlink2 {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
@media(max-width: 991px) {
  .what-we-do-hero {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .what-we-do-hero-text-container {
    width: 100%;
    padding: 0px;
    align-items: center;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-heading {
    text-align: center;
  }
  .what-we-do-image2 {
    width: 50%;
  }
  .what-we-do-hero1 {
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .what-we-do-image3 {
    width: 50%;
  }
  .what-we-do-hero-text-container1 {
    width: 100%;
    padding: 0px;
    align-items: center;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-heading1 {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .what-we-do-navbar {
    position: relative;
  }
  .what-we-do-links-container {
    display: none;
  }
  .what-we-do-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-primary-textcolor);
  }
  .what-we-do-icon {
    fill: var(--dl-color-gray-white);
  }
  .what-we-do-mobile-menu {
    display: none;
    z-index: 100;
    background-color: var(--dl-color-primary-customblue);
  }
  .what-we-do-container1 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image1 {
    width: 200px;
  }
  .what-we-do-icon2 {
    fill: var(--dl-color-primary-textcolor);
    width: 50px;
    height: 50px;
  }
  .what-we-do-links-container1 {
    gap: 25px;
  }
  .what-we-do-link3 {
    color: var(--dl-color-primary-textcolor);
  }
  .what-we-do-link4 {
    color: var(--dl-color-primary-textcolor);
  }
  .what-we-do-link5 {
    color: var(--dl-color-primary-textcolor);
  }
  .what-we-do-image2 {
    z-index: 99;
  }
}
@media(max-width: 479px) {
  .what-we-do-burger-menu {
    margin-left: var(--dl-space-space-doubleunit);
  }
  .what-we-do-hero-text-container {
    width: 100%;
  }
  .what-we-do-hero-text-container1 {
    width: 100%;
  }
  .what-we-do-footer {
    flex-direction: column-reverse;
  }
  .what-we-do-container5 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
}
