.we-do .item .img-wrapper, .we-do {
  position: relative;
}

.we-do img {
  display: block;
}

.we-do .item .info, .we-do .item, .we-do .item-list, .we-do .item-intro {
  box-sizing: border-box;
}

.we-do h2 {
  text-transform: uppercase;
}

.we-do, .we-do .item {
  display: flex;
  flex-wrap: wrap;
}

.we-do .item {
  justify-content: center;
}

.we-do {
  background-repeat: no-repeat;
}

.we-do {
  background-size: 100%;
}

.we-do {
  background-position: center bottom;
}

.we-do h4, .we-do h3 {
  font-family: "neurial_grotesk", sans-serif;
}

.we-do h2 {
  font-family: "Weekly", sans-serif;
}

.we-do {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .we-do {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 450px) {
  .we-do {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.we-do h2 {
  margin-bottom: 3em;
  color: #8d8d8d;
}

.we-do span, .we-do h3 {
  font-size: 2.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .we-do span, .we-do h3 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .we-do span, .we-do h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 450px) {
  .we-do span, .we-do h3 {
    font-size: 1.5em;
  }
}

.we-do h4 {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .we-do h4 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .we-do h4 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .we-do h4 {
    font-size: 1.1em;
  }
}

.we-do p {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .we-do p {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .we-do p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .we-do p {
    font-size: 0.9em;
  }
}

.we-do h2 {
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .we-do h2 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .we-do h2 {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .we-do h2 {
    font-size: 0.8em;
  }
}

.we-do h4, .we-do h3 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.we-do h2 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.we-do p, .we-do span {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.intro {
  margin-top: -190px;
  padding: 300px 20% 100px 20%;
}

.we-do {
  color: #FFFFFF;
  background-image: url("/app/images/about/services-bg.jpg");
  padding-bottom: 300px;
}
.we-do .item-intro {
  width: 25%;
  margin-right: 10%;
}
.we-do .item-list {
  width: 65%;
  max-width: 830px;
  margin-top: -20px;
}
.we-do .item {
  width: 100%;
}
.we-do .item .info {
  width: 65%;
  padding-right: 30px;
}
.we-do .item .img-wrapper {
  width: 30%;
  margin-left: 5%;
}
.we-do h2 {
  width: 100%;
}
.we-do span {
  color: #F62971;
}
.we-do p {
  margin-bottom: 3em;
}
.we-do img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 761px) and (max-width: 1024px) {
  .we-do {
    margin-left: 5%;
    padding-bottom: 120px;
  }
  .we-do .item-intro {
    width: 30%;
  }
  .we-do .item-list {
    width: 60%;
  }
  .we-do .item {
    width: 30%;
    margin-top: 1.5em;
  }
  .we-do .item .info {
    width: 100%;
  }
  .we-do .item .img-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .we-do {
    margin-left: 5%;
    padding-bottom: 120px;
  }
  .we-do .item-intro,
.we-do .item-list {
    width: 100%;
  }
  .we-do .item {
    width: 100%;
    margin-top: 1.5em;
  }
  .we-do .item .info {
    width: 100%;
  }
  .we-do .item .img-wrapper {
    width: 50%;
  }
}
