.pageWhatwedo .partner {
  background: url(../images/flip_boxes_bg.jpg) no-repeat;
  font-size: 10px;
  padding: 5% 0px;
}
html.webp .pageWhatwedo .partner {
  background: url(../images/flip_boxes_bg.webp) no-repeat;
}

.pageWhatwedo .partner .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pageWhatwedo .partner .title {
  font-size: 4.6em;
  max-width: 900px;
  margin-bottom: 40px;
  color: #161d39;
}
.pageWhatwedo .partner p {
  font-size: 1.8em;
  max-width: 880px;
  color: #8990ac;
  text-align: center;
}

/* Middle Section */

.pageWhatwedo .middle {
  background-image: url(../images/pageWeoDo_bg.png), url(../images/about_lines_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, top left;
  background-color: #fff;
  background-size: 40%, cover;
  background-position: 15% center, top left;
  font-family: "Axiforma";
  padding-top: 50px;
  padding-bottom: 100px;
}
html.webp .pageWhatwedo .middle {
  background-image: url(../images/pageWeoDo_bg.webp), url(../images/about_lines_bg.webp);
}

.pageWhatwedo .middle .inner {
  display: flex;
  flex-direction: row;
}

.pageWhatwedo .middle .textWrapper {
  width: 470px;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.pageWhatwedo .middle .textWrapper h3 {
  font-size: 3rem;
  font-family: "Axiforma";
  margin-bottom: 25px;
  color: #161d39;
}

.pageWhatwedo .middle .textWrapper .subtitle {
  font-size: 1.8rem;
  color: #8990ac;
}

.pageWhatwedo .middle .textWrapper ul {
  position: relative;
  font-size: 1.6rem;
  color: #161d39;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 40px;
  margin-left: 50px;
}
.pageWhatwedo .middle ul li .fa-li {
  margin-right: 20px;
}
.pageWhatwedo .middle ul li .fa-li i {
  font-size: 1.2rem;
  color: #08d4d1;
  -webkit-text-stroke: 1.5px #08d4d1;
}

/* Services Section */

.services {
  background-image: url(../images/stars_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9%;
  padding-bottom: 5.5%;
  color: #fff;
}
html.webp .services {
  background-image: url(../images/stars_bg.webp);
}

.services .servicesWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 10px;
}

.services .servicesWrapper .slogan {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #7141b1;
  grid-column: 1 / 3;
}
.services .servicesWrapper .title {
  font-size: 4.5rem;
}
.services .servicesWrapper .message {
  font-size: 3.2rem;
  font-weight: 400;
  opacity: 0.8;
}

/* Clients Section */

.clients {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 75px;
}

.clients .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clients .slogan {
  font-size: 1.4rem;
  color: #7141B1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.clients .title {
  font-size: 3.6rem;
  color: #1B1D21;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .pageWhatwedo .partner .inner {
    font-size: 8px;
    padding: 5px;
  }
  .pageWhatwedo .partner .title {
    margin-bottom: 20px;
  }
  .pageWhatwedo .partner p {
    text-align: left;
  }

  .pageWhatwedo .middle {
    background-image: url(../images/about_lines_bg.png);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    font-family: "Axiforma";
    padding-top: 25px;
    padding-bottom: 50px;
  }
  html.webp .pageWhatwedo .middle {
    background-image: url(../images/about_lines_bg.webp);
  }
  
  .pageWhatwedo .middle .inner {
    display: flex;
    flex-direction: row;
  }
  
  .pageWhatwedo .middle .textWrapper {
    width: auto;
    /* padding:  10px; */
    display: flex;
    flex-direction: column;
    margin-left: unset;
  }

  /* Mobile Services Section */
  
  .services .servicesWrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 0px;
  }
  
  .services .servicesWrapper .slogan {
    margin-bottom: 16px;
    grid-column: unset;
  }
  .services .servicesWrapper .title {
    font-size: 4.5rem;
  }
  .services .servicesWrapper .message {
    font-size: 3.2rem;
    font-weight: 400;
    opacity: 0.8;
  }
}