.what-we-do-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.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-customdarkblue);
}
.what-we-do-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  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: 150px;
  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;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.what-we-do-icon {
  width: 36px;
  height: 36px;
}
.what-we-do-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.what-we-do-link {
  color: #ffffff80;
  font-size: 16px;
  font-style: normal;
  transition: 0.3s;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tenunits);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-link:hover {
  color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-link1 {
  color: #ffffff80;
  font-size: 16px;
  font-style: normal;
  transition: 0.3s;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tenunits);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-link1:hover {
  color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-link2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  transition: 0.3s;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tenunits);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-link2:hover {
  color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text:hover {
  color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-link3 {
  color: #ffffff80;
  font-size: 16px;
  font-style: normal;
  transition: 0.3s;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.55;
  text-transform: none;
  text-decoration: none;
}
.what-we-do-link3:hover {
  color: var(--dl-color-primary-bluehighlight);
}
.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-container01 {
  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-navlink1 {
  display: contents;
}
.what-we-do-image01 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
  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-link4 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.what-we-do-link5 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.what-we-do-link6 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.what-we-do-link7 {
  font-style: normal;
  text-decoration: none;
}
.what-we-do-container02 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-color: var(--dl-color-primary-customdarkblue);
}
.what-we-do-image02 {
  top: 0px;
  left: 0px;
  width: 200px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.what-we-do-container03 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.what-we-do-content-container {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: center;
}
.what-we-do-image03 {
  width: 50%;
  object-fit: cover;
  margin-right: var(--dl-space-space-fiveunits);
}
.what-we-do-container04 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-heading {
  color: var(--dl-color-gray-white);
  width: 100%;
  max-width: 100%;
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text03 {
  color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text04 {
  color: #ffffff80;
  text-align: left;
}
.what-we-do-container05 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container06 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.what-we-do-container07 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text05 {
  color: var(--dl-color-gray-white);
  z-index: 100;
}
.what-we-do-image04 {
  top: -5px;
  left: -20px;
  width: 70px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.what-we-do-container08 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-container09 {
  flex: 0 0 auto;
  width: 100%;
  height: 295px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: solid;
  border-width: 1px;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 30px;
  flex-direction: column;
}
.what-we-do-container09:hover {
  background-color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text06 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text07 {
  color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.what-we-do-image05 {
  top: 0px;
  right: 0px;
  width: auto;
  height: 100px;
  z-index: 95;
  position: absolute;
  margin-top: var(--dl-space-space-tripleunit);
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.what-we-do-container10 {
  flex: 1;
  width: 100%;
  height: 295px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: 100%;
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  flex-direction: column;
}
.what-we-do-container10:hover {
  background-color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text08 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text09 {
  color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.what-we-do-image06 {
  top: 0px;
  right: 0px;
  width: auto;
  height: 100px;
  z-index: 95;
  position: absolute;
  margin-top: var(--dl-space-space-tripleunit);
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.what-we-do-container11 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-container12 {
  flex: 0 0 auto;
  width: 100%;
  height: 295px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  flex-direction: column;
}
.what-we-do-container12:hover {
  background-color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text10 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text11 {
  color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.what-we-do-image07 {
  top: 0px;
  right: 0px;
  width: auto;
  height: 100px;
  z-index: 95;
  position: absolute;
  margin-top: var(--dl-space-space-tripleunit);
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.what-we-do-container13 {
  flex: 0 0 auto;
  width: 100%;
  height: 295px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  flex-direction: column;
}
.what-we-do-container13:hover {
  background-color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text12 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text13 {
  color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.what-we-do-image08 {
  top: 0px;
  right: 0px;
  width: auto;
  height: 100px;
  z-index: 95;
  position: absolute;
  margin-top: var(--dl-space-space-tripleunit);
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.what-we-do-container14 {
  flex: 0 0 auto;
  width: 100%;
  height: 295px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  flex-direction: column;
}
.what-we-do-container14:hover {
  background-color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text14 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text15 {
  color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.what-we-do-image09 {
  top: 0px;
  right: 0px;
  width: auto;
  height: 100px;
  position: absolute;
  margin-top: var(--dl-space-space-tripleunit);
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.what-we-do-container15 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-container16 {
  flex: 0 0 auto;
  width: 100%;
  height: 295px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: solid;
  border-width: 1px;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 30px;
  flex-direction: column;
}
.what-we-do-container16:hover {
  background-color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text16 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text17 {
  color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.what-we-do-image10 {
  top: 0px;
  right: 0px;
  width: auto;
  height: 100px;
  position: absolute;
  margin-top: var(--dl-space-space-tripleunit);
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.what-we-do-container17 {
  flex: 1;
  width: 100%;
  height: 295px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  max-width: 100%;
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  flex-direction: column;
}
.what-we-do-container17:hover {
  background-color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text18 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text19 {
  color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.what-we-do-image11 {
  top: 0px;
  right: 0px;
  width: auto;
  height: 100px;
  z-index: 95;
  position: absolute;
  margin-top: var(--dl-space-space-tripleunit);
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.what-we-do-container18 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-color: var(--dl-color-primary-customblackblue);
}
.what-we-do-container19 {
  flex: 0 0 auto;
  width: 1200px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.what-we-do-container20 {
  flex: 0 0 auto;
  width: 45%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text20 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text22 {
  color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text23 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-container21 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container22 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container23 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.what-we-do-text24 {
  color: var(--dl-color-gray-white);
  width: 100%;
  border-color: var(--dl-color-primary-bluehighlight);
  border-width: 2px;
  margin-bottom: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tripleunit);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.what-we-do-text25 {
  color: #ffffff80;
}
.what-we-do-container24 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.what-we-do-text26 {
  color: var(--dl-color-gray-white);
  width: 100%;
  border-color: var(--dl-color-primary-bluehighlight);
  border-width: 2px;
  margin-bottom: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tripleunit);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.what-we-do-text27 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-container25 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.what-we-do-text28 {
  color: var(--dl-color-gray-white);
  width: 100%;
  border-color: var(--dl-color-primary-bluehighlight);
  border-width: 2px;
  margin-bottom: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tripleunit);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.what-we-do-text29 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-container26 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.what-we-do-text30 {
  color: var(--dl-color-gray-white);
  width: 100%;
  border-color: var(--dl-color-primary-bluehighlight);
  border-width: 2px;
  margin-bottom: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tripleunit);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.what-we-do-text31 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-container27 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.what-we-do-text32 {
  color: var(--dl-color-gray-white);
  width: 100%;
  border-color: var(--dl-color-primary-bluehighlight);
  border-width: 2px;
  margin-bottom: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tripleunit);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.what-we-do-text33 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-image12 {
  top: 0px;
  right: 0px;
  width: 200px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.what-we-do-container28 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-color: var(--dl-color-primary-customdarkblue);
}
.what-we-do-image13 {
  top: 0px;
  left: 0px;
  width: 200px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.what-we-do-container29 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.what-we-do-content-container1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container30 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
  justify-content: center;
}
.what-we-do-heading1 {
  color: var(--dl-color-gray-white);
  width: 100%;
  max-width: 100%;
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text35 {
  color: var(--dl-color-primary-bluehighlight);
}
.what-we-do-text36 {
  color: #ffffff80;
  text-align: left;
}
.what-we-do-image14 {
  width: 100%;
  object-fit: cover;
}
.what-we-do-container31 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-container32 {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.what-we-do-container33 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text37 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-image15 {
  top: -5px;
  left: -20px;
  width: 70px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.what-we-do-text38 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-container34 {
  flex: 0 0 auto;
  width: 45%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container35 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text39 {
  color: var(--dl-color-gray-white);
  z-index: 100;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-image16 {
  top: -5px;
  left: -20px;
  width: 70px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.what-we-do-text40 {
  color: rgba(255, 255, 255, 0.5);
}
.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-customblackblue);
}
.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-text41 {
  color: rgba(255, 255, 255, 0.5);
}
.what-we-do-container36 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-navlink2 {
  color: rgba(255, 255, 255, 0.5);
  margin-right: var(--dl-space-space-fiveunits);
}
.what-we-do-navlink3 {
  color: rgba(255, 255, 255, 0.5);
}
@media(max-width: 1200px) {
  .what-we-do-container02 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container05 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container09 {
    width: 30%;
    max-width: auto;
  }
  .what-we-do-container12 {
    width: 30%;
    max-width: auto;
  }
  .what-we-do-container13 {
    width: 30%;
    max-width: auto;
  }
  .what-we-do-container14 {
    width: 30%;
    max-width: auto;
  }
  .what-we-do-container16 {
    width: 30%;
    max-width: auto;
  }
  .what-we-do-container18 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container19 {
    width: 100%;
  }
  .what-we-do-container28 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
}
@media(max-width: 991px) {
  .what-we-do-container02 {
    flex-direction: column-reverse;
  }
  .what-we-do-content-container {
    flex-direction: column-reverse;
  }
  .what-we-do-container04 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container19 {
    flex-direction: column;
  }
  .what-we-do-container20 {
    width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container21 {
    width: 100%;
  }
  .what-we-do-container28 {
    flex-direction: column-reverse;
  }
  .what-we-do-content-container1 {
    flex-direction: column-reverse;
  }
  .what-we-do-image14 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container31 {
    flex-direction: column;
  }
  .what-we-do-container32 {
    width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container34 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .what-we-do-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-primary-bluehighlight);
  }
  .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-customdarkblue);
  }
  .what-we-do-container01 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image01 {
    width: 150px;
  }
  .what-we-do-icon2 {
    fill: var(--dl-color-primary-bluehighlight);
    width: 50px;
    height: 50px;
  }
  .what-we-do-link4 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-link5 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-link6 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-link7 {
    color: var(--dl-color-gray-white);
  }
  .what-we-do-container08 {
    flex-direction: column;
  }
  .what-we-do-container09 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container11 {
    flex-direction: column;
  }
  .what-we-do-container12 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container13 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container14 {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .what-we-do-container15 {
    flex-direction: column;
  }
  .what-we-do-container16 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-heading1 {
    text-align: left;
  }
  .what-we-do-footer {
    flex-direction: column-reverse;
  }
}
@media(max-width: 479px) {
  .what-we-do-container02 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-image02 {
    display: none;
  }
  .what-we-do-content-container {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image03 {
    width: 100%;
    margin-right: 0px;
  }
  .what-we-do-heading {
    font-size: 2rem;
  }
  .what-we-do-container05 {
    padding: 0px;
  }
  .what-we-do-text20 {
    font-size: 2rem;
  }
  .what-we-do-container28 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .what-we-do-content-container1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .what-we-do-container30 {
    margin-bottom: 0px;
  }
  .what-we-do-heading1 {
    font-size: 2rem;
  }
}
