.achievementSection .content .list {
  display: flex;
  gap: 20px;
}
.achievementSection .content .list .item {
  width: calc(50% - 10px - 40px);
  background-color: var(--five);
  padding: 30px;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.achievementSection .content .list .item .textContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.achievementSection .content .list .item .textContainer p {
  color: var(--walle);
}
.achievementSection .content .list .item .textContainer h3 {
  color: var(--harakiri);
}
.achievementSection .content .list .item .header {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 850px) {
  .achievementSection .content .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .achievementSection .content .list .item {
    width: calc(100% - 40px);
  }
}/*# sourceMappingURL=achievementSection.css.map */