.what-we-do-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.what-we-do-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-custompurple);
}
.what-we-do-navbar {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  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-navlink {
  display: contents;
}
.what-we-do-image {
  width: 146px;
  height: 40px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.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: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-link {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-family: Raleway;
  font-weight: 500;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link:hover {
  color: var(--dl-color-primary-customcyan);
}
.what-we-do-link1 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-family: Raleway;
  font-weight: 500;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link1:hover {
  color: var(--dl-color-primary-customcyan);
}
.what-we-do-link2 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-family: Raleway;
  font-weight: 500;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link2:hover {
  color: var(--dl-color-primary-customcyan);
}
.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-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-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-link3 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link4 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-link5 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
}
.what-we-do-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-primary-custompurple);
}
.what-we-do-team {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  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-fiveunits);
}
.what-we-do-text {
  color: var(--dl-color-gray-white);
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.what-we-do-services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: var(--dl-size-size-maxcontent);
  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-heading-container {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text01 {
  color: var(--dl-color-primary-customcyan);
  font-size: 24px;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text02 {
  color: var(--dl-color-gray-700);
  text-align: left;
}
.what-we-do-text04 {
  color: var(--dl-color-gray-700);
}
.what-we-do-image2 {
  width: 554px;
  height: 384px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-services1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: var(--dl-size-size-maxcontent);
  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: 662px;
  height: 485pz;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-heading-container1 {
  width: 45%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.what-we-do-text09 {
  color: var(--dl-color-primary-customcyan);
  font-size: 24px;
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text10 {
  color: var(--dl-color-gray-700);
  align-self: flex-start;
  text-align: left;
}
.what-we-do-text12 {
  color: var(--dl-color-gray-700);
}
.what-we-do-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-custompurple);
}
.what-we-do-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  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-text18 {
  color: var(--dl-color-gray-white);
}
.what-we-do-container3 {
  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: 1200px) {
  .what-we-do-services {
    flex-direction: column;
  }
  .what-we-do-heading-container {
    width: 100%;
    align-items: center;
  }
  .what-we-do-text01 {
    color: var(--dl-color-primary-customcyan);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .what-we-do-text02 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image2 {
    width: 50%;
    height: auto;
    margin-bottom: 0px;
  }
  .what-we-do-services1 {
    flex-direction: column-reverse;
  }
  .what-we-do-image3 {
    width: 50%;
    height: auto;
    margin-bottom: 0px;
  }
  .what-we-do-heading-container1 {
    width: 100%;
    align-self: center;
    align-items: center;
    margin-bottom: var(--dl-space-space-fiveunits);
    justify-content: center;
  }
  .what-we-do-text09 {
    color: var(--dl-color-primary-customcyan);
    font-size: 24px;
    align-self: center;
    font-style: normal;
    font-weight: 700;
  }
}
@media(max-width: 767px) {
  .what-we-do-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: #ffed0f;
  }
  .what-we-do-icon {
    fill: var(--dl-color-primary-customlightpurple);
  }
  .what-we-do-links-container {
    display: none;
  }
  .what-we-do-mobile-menu {
    display: none;
    background-color: var(--dl-color-primary-customlightpurple);
  }
  .what-we-do-image1 {
    width: 150px;
  }
  .what-we-do-icon2 {
    fill: var(--dl-color-gray-900);
    width: 35px;
    height: 35px;
  }
  .what-we-do-links-container1 {
    width: 100%;
    grid-gap: 25px;
    align-items: center;
    justify-content: center;
  }
  .what-we-do-link3 {
    color: var(--dl-color-gray-900);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-link4 {
    color: var(--dl-color-gray-900);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-link5 {
    color: var(--dl-color-gray-900);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  .what-we-do-heading-container {
    width: 100%;
  }
  .what-we-do-heading-container1 {
    width: 100%;
  }
  .what-we-do-footer {
    flex-direction: column-reverse;
  }
  .what-we-do-container3 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
}
@media(max-width: 479px) {
  .what-we-do-team {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-services {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image2 {
    width: 100%;
  }
  .what-we-do-services1 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image3 {
    width: 100%;
  }
}
