p {
  margin-bottom: 50px;
}

.red_flex {
  display: flex;
  border: solid 1px #e33435;
  width: 90%;
  padding: 20px;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.red_flex h3,
.red_flex p {
  margin-bottom: 0;
}
.red_flex .left {
  width: 150px;
  text-align: center;
  color: #e33435;
}
.red_flex .right {
  width: calc(100% - 170px);
}

.img_flex {
  display: flex;
  gap: 20px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.img_flex img {
  width: 250px;
  max-width: 100%;
}
.img_flex .name {
  margin-top: 10px;
}

.bagasse_red .red {
  background: #e33435;
  padding: 20px;
  color: white;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.bagasse_flex {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.bagasse_flex p {
  margin-bottom: 0;
}
.bagasse_flex .bagasse_box {
  width: 350px;
  text-align: center;
  border: solid 1px #e33435;
  padding: 20px 70px;
  font-size: 20px;
  max-width: 40%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bagasse_flex .bagasse_arrow {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bagasse_flex .bagasse_arrow img {
  width: 20px;
}
.bagasse_flex .bagasse_list {
  width: calc(100% - 380px);
  font-size: 20px;
  display: flex;
  align-items: center;
}
.bagasse_flex .bagasse_box2 {
  padding: 20px 5px;
}

.flow {
  margin-top: 50px;
}

@media (max-width: 700px) {
  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .red_flex {
    flex-direction: column;
    margin: 30px auto;
  }
  .red_flex .left {
    width: 100%;
  }
  .red_flex .right {
    width: 100%;
  }
  .img_flex .name {
    margin-top: 10px;
    font-size: 14px;
  }
  .bagasse_flex {
    flex-direction: column;
    gap: 10px;
  }
  .bagasse_flex .bagasse_box {
    width: 100%;
    max-width: none;
  }
  .bagasse_flex .bagasse_list {
    width: 100%;
  }
  .bagasse_flex .bagasse_list li {
    font-size: 18px;
  }
  .bagasse_flex .bagasse_arrow {
    margin: 0 auto;
  }
  .bagasse_flex .bagasse_arrow img {
    transform: rotate(90deg);
  }
  .bagasse_flex p {
    font-size: 18px;
  }
}/*# sourceMappingURL=bagasse.css.map */