.about-our-mission ul {
  margin-top: 10px;
}

.about-how-to {
  background-color: var(--tt-grey-color);
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-how-to__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.about-how-to-box {
  width: 50%;
}
.about-how-to-box h2 {
  margin-bottom: 15px;
}

.about-how-to-box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media only screen and (max-width: 900px) {
  .about-how-to__inner {
    flex-direction: column;
  }
  .about-how-to-box {
    width: 100%;
  }
}
