section#technology {
  background: #6832DD;
  color: white;
  padding: 0 13%;
  overflow-x: hidden; /* To prevent fadeInLeft/fadeInRight making the page scrollable */
}

section#technology .technology-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 140px 0;
}

section#technology h2:first-child {
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 800;
}

section#technology h2.byline {
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin: 33px 0 70px;
}

section#technology .tech-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

section#technology .tech-item i {
  display: block;
  font-size: 4rem;
  color: #6832DD;
  background-color: white;
  width: 125px;
  height: 125px;
  line-height: 125px;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
  margin: 30px 99px 0 0;
}

section#technology .tech-item i.icon-haskell {
  font-size: 3rem;
}

section#technology .tech-item .content h3 {
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 2.06;
  font-weight: 600;
}

section#technology .tech-item .content p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  max-width: 566px;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  section#technology {
    padding: 20px;
  }
  section#technology h2:first-child {
    font-size: 46px;
  }
  section#technology h2.byline {
    font-size: 20px;
  }
  section#technology .tech-item .content h3 {
    font-size: 22px;
  }
  section#technology .tech-item .content p {
    font-size: 15px;
  }
  section#technology .tech-item {
    display: block;
  }
  section#technology .tech-item i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 2.3rem;
  }
  section#technology .tech-item i.icon-haskell {
    font-size: 1.8rem;
  }
}
