.section-what {
  background-color: #f8f9fa;
  padding: 9.6rem 0;
}

.container--what {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.grid.grid--what {
  gap: 9.6rem;
}

.what-box {
  background-color: #fff;
  border: 3px solid #147280;
  border-radius: 9px;
  padding: 2.4rem 2.4rem;
  box-shadow: 0rem 1.2rem 2.4rem 1rem rgba(0, 0, 0, 0.205);

  display: flex;
  flex-direction: column;
  gap: 3.2rem;

  transition: all 0.4s;
}

.what-box:hover {
  transform: translateY(-2rem);
}

.sub-heading-what {
  color: #0b7285;
  font-size: 2.4rem;
  line-height: 1.2;
}

.heading--text-what {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #333;
  font-weight: 700;
}

.text-what {
  font-size: 1.6rem;
  line-height: 1.6;
}

.table-spacing {
  padding: 1rem 1rem;
}

.list-spacing {
  margin-left: 3rem;
}

.what-img-box {
  text-align: center;
  height: 16rem;
}

.what-img {
  height: 100%;
}

.what-list-box {
  justify-self: end;
  margin-top: auto;
}

.what-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;

  list-style: none;
}
.what-list-item {
  display: flex;
  align-items: center;
  gap: 2rem;

  font-size: 2rem;
  font-weight: 500;
}

.list-icon {
  height: 24px;
  fill: #0b7285;
}

/* - FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128 */
