body {
  margin: 0;
}
.header {
  background-color: #fef2f2;
  width: 100%;
  padding: 30px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.title {
  display: flex;
  justify-content: center;
}
.title img {
  width: 137px;
}
.requirement {
  padding: 0 20px;
}
.requirement_inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 635px;
  color: #444;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: auto;
}
.requirement_title p {
  color: #ff3238;
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
  text-align: center;
  margin: 0;
}
.requirement_list {
  padding: 0;
  margin: 0 0 0 20px;
  list-style-type: disc;
  font-size: 14px;
  line-height: 150%;
}
.requirement_annotation {
  font-size: 10px;
  line-height: 180%;
}
