.about {
  background-color: #121212;
  color: white;
  padding-top: 6%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-home {
  background-color: #121212;
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.about-home-body {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.home-bottom {
  line-height: 1.2;
  font-size: 18px;
}
.about-why {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-mission {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  color: #121212;
}

.about-mission-body {
  width: 60%;
}

.about-mission-story {
  padding-bottom: 50px;
}

.about-mission-story-text {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
}

.about-why-title,
.about-mission-story-title {
  font-family: "Teko", Sans-serif;
  font-size: 80px;
  color: #121212;
}
.about-mission-story-vision {
  color: red;
}
.about-why-body {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.about-why-block {
  border-radius: 30px;
  background-color: #e30b22;
  width: 275px;
  height: 400px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
  color: white;
}

.about-why-block-inner {
  transition: all 0.6s;
  transform: translateY(220px);
  color: white;
}

.about-why-block-inner:hover {
  transform: translateY(0px);
}

.about-mission-story-title,
.about-why-title,
.about-why-block-title-key,
.about-why-block-title,
.about-why-block-list {
  margin-block-start: 0;
  margin-block-end: 0;
}

.about-why-block-title-key {
  font-size: 100px;
  line-height: 110px;
  letter-spacing: 3px;
  font-family: "Teko", Sans-serif;
  color: white;
}
.about-why-block-title {
  font-family: "Kanit", Sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}

.about-mission-philosophy-text {
  font-size: 16px;
  font-family: "Kanit", Sans-serif;
  line-height: 1.41em;
}

.about-why-block-list {
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
}
.about-why-block-list-item {
  list-style-type: none;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

@media (max-width: 600px) {
  .about-home-body,
  .about-mission-body {
    width: 90%;
  }

  .about-mission {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-why-title,
  .about-mission-story-title {
    font-size: 50px;
  }

  .about-why-body {
    flex-direction: column;
    align-items: center;
  }
}
