.symptoms {
  background: url(/assets/images/yellow.473eb753.png) no-repeat;
  background-size: 100% 100%;
  background-color: #fffeef;
  display: flex;
  align-items: flex-end;
  padding: 40px;
}
@media (max-width: 1250px) {
  .symptoms {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .symptoms {
    width: 100%;
    justify-content: flex-start;
    background: #fffeef;
  }
}
@media (max-width: 480px) {
  .symptoms {
    padding: 16px;
  }
}
.symptoms .box_img {
  margin: 0 20px 0px 20px;
}
.symptoms .box_img img {
  max-width: none;
  width: 115px;
}
@media (max-width: 568px) {
  .symptoms .box_info {
    width: 100%;
    margin: 0 20px;
  }
}
.symptoms .box_info .info {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 40px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1250px) {
  .symptoms .box_info .info {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .symptoms .box_info .info {
    margin: 15px 0 40px;
  }
}
@media (max-width: 568px) {
  .symptoms .box_info .info {
    flex-direction: column;
  }
}
.symptoms label,
.symptoms p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  font-family: NotoSans;
  margin: 0;
}
.symptoms .header_symptoms {
  display: flex;
  flex-direction: column;
}
@media (max-width: 568px) {
  .symptoms .header_symptoms {
    text-align: start;
  }
}
.symptoms .header_symptoms h3 {
  display: none;
}
.symptoms .body_symptoms {
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media (max-width: 1250px) {
  .symptoms .body_symptoms {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .symptoms .body_symptoms {
    width: 100%;
    margin-top: 10px;
  }
}
.symptoms .body_symptoms .sub_title {
  display: flex;
}
.symptoms .body_symptoms .sub_title p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #d47a48;
}
.symptoms .body_symptoms .sub_title img {
  height: 24px;
  margin-right: 8px;
}
.symptoms .body_symptoms .wrapper_text {
  display: flex;
  flex-direction: column;
  padding: 8px;
  text-align: start;
}
.symptoms .body_symptoms .wrapper_text .sub_wrapper {
  display: flex;
  align-items: center;
}
.symptoms .body_symptoms .wrapper_text .sub_wrapper span {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-right: 5px;
}
