.hygiene_instructions_container {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hygiene_instructions_container h3 {
  display: none;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  font-family: "NotoSans";
  font-style: normal;
  text-align: start;
  text-transform: initial;
  color: #00adee;
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  .hygiene_instructions_container h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
.hygiene_instructions_container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "NotoSans";
  font-weight: 700;
  color: #00adee;
  margin: 0;
  max-width: 80%;
}
@media (max-width: 768px) {
  .hygiene_instructions_container p {
    max-width: 100%;
    padding: 0 10px;
  }
}
.hygiene_instructions_container .box_info {
  background: #f4f4f4;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hygiene_instructions_container .box_info > :last-child {
  margin-top: 20px;
}
.hygiene_instructions_container .box_warning {
  display: flex;
  margin: 10px 0 60px;
  gap: 10px;
}
@media (max-width: 768px) {
  .hygiene_instructions_container .box_warning {
    flex-direction: column;
  }
}
.hygiene_instructions_container .box_warning .allowed,
.hygiene_instructions_container .box_warning .forbidden {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}
@media (max-width: 768px) {
  .hygiene_instructions_container .box_warning .allowed,
.hygiene_instructions_container .box_warning .forbidden {
    max-width: 100%;
  }
}
.hygiene_instructions_container .box_warning .allowed .warning,
.hygiene_instructions_container .box_warning .forbidden .warning {
  display: flex;
  align-items: center;
  margin-top: 35px;
  text-align: initial;
}
@media (max-width: 768px) {
  .hygiene_instructions_container .box_warning .allowed .warning,
.hygiene_instructions_container .box_warning .forbidden .warning {
    flex-direction: column;
  }
}
.hygiene_instructions_container .box_warning .allowed .warning img,
.hygiene_instructions_container .box_warning .forbidden .warning img {
  margin-right: 30px;
  width: 130px;
}
@media (max-width: 1440px) {
  .hygiene_instructions_container .box_warning .allowed .warning img,
.hygiene_instructions_container .box_warning .forbidden .warning img {
    width: 110px;
  }
}
@media (max-width: 768px) {
  .hygiene_instructions_container .box_warning .allowed .warning img,
.hygiene_instructions_container .box_warning .forbidden .warning img {
    margin: 0 0 10px 0;
    width: 88px;
  }
}
.hygiene_instructions_container .box_warning .allowed .warning span,
.hygiene_instructions_container .box_warning .forbidden .warning span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "NotoSans";
  font-weight: 700;
  color: #000000;
  max-width: 50%;
}
@media (max-width: 1440px) {
  .hygiene_instructions_container .box_warning .allowed .warning span,
.hygiene_instructions_container .box_warning .forbidden .warning span {
    max-width: 100%;
  }
}
.hygiene_instructions_container .box_warning .forbidden .warning img {
  width: 150px;
}
@media (max-width: 1440px) {
  .hygiene_instructions_container .box_warning .forbidden .warning img {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .hygiene_instructions_container .box_warning .forbidden .warning img {
    margin: 0 0 10px 0;
    width: 115px;
  }
}
.hygiene_instructions_container .fllowing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .hygiene_instructions_container .fllowing > :nth-child(n+1) {
    max-width: 100%;
  }
}
.hygiene_instructions_container .fllowing img {
  width: 100%;
}
.hygiene_instructions_container .fllowing p {
  margin: 10px 0 25px;
}
