.homeContainer {
  /* margin-top: 4px; */
  width:100%;
  padding: 16px;
  background-color: white;
  border-radius: 8px;
}

.flexContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.imageContainer {
  border-radius: 8px;
  object-fit: cover;
  min-height: 300px;
  /* max-height: 540px; */
  width: 70%;
  /* object-position: top; */
}

.textContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.headerContent {
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: #fe5f5d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerContent img {
  height: 2.5em;
  width: auto;
  margin: 0 8px;
}

.headerContent h1 {
  margin: 0;
  font-size: 2em;
}

.imageLotus {
  width: 15%;
  height: auto;
}

.imageLotusTop {
  width: 10%;
  height: auto;
}

.textBox {
  width: 70%;
  background-color: #d9e3f1;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #16266c;
}

.textBox p {
  margin: 0;
}

.textBox ul {
  list-style-type: disc;
  padding-left: 20px;
}


@media (max-width: 1160px) {
  .flexContainer {
    flex-direction: column;
  }

  .ImageContent{
    width: 100%;
  }
  .imageContainer{
    width: 70%;
  }
  .imageLotus {
    display: none;
  }

  .textBox {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
