main {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ececec;
}

#services {
  max-width: 110rem;
  padding: 4rem;
  margin: 0;
}

.service {
  background-color: #fff;
  border: solid 1px #e2e2e2;
  border-radius: 0.5rem;
  text-align: center;
  padding: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4rem;
}

.service .illustration {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  height: 100%
}

.service h2 {
  margin-bottom: 0;
}

.service h2 img {
  height: 3.5rem;
}

.service p {
  text-wrap: balance;
}

.service .button {
  width: 15rem;
}

#krellian-cloud {
  flex-direction: row-reverse;
}

#krellian-consulting {
  border: none;
  background: linear-gradient(#4e4e4e, #000000);
  color: #fff;
}

#krellian-consulting .illustration img {
  height: 31rem;
}

#krellian-consulting h2 img {
  height: 4.4rem;
}

#krellian-cloud .illustration img {
  width: 33rem;
}

#krellian-consulting .illustration img {
  width: 36rem;
}