/* .blog-container {
  padding: 50px 80px 100px 80px;
  font-family: "Euclid Circular A";
}

.blog-container h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 35px;
} */
/*
.blog-container h4 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-container img {
  margin: 0 auto;
  margin: 20px 0;
  object-fit: cover;
} */

/* .blog-container p {
  line-height: 30px;
  font-size: 17px;
} */

/* .blog-container .image-container {
  display: flex;
  justify-content: center;
  height: 450px;
} */

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ============================ *\ CSS \* ============================ */

.list-items-flex ul {
  margin: 30px auto;
  padding: 0;
  list-style-type: none;
  width: 400px;
  counter-reset: index1;
}

.list-items-flex ul li {
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  /* color: #fff; */
  font-size: 17px;
  background: #ffffff9f;
  counter-increment: index1;
  opacity: 0;
  line-height: 23px;
}

.show-list-items {
  opacity: 1;
  animation-name: fadeInAnimation;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.list-items-flex ul li:before {
  margin: 0 10px 0 0;
  content: "►";
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 50%;
}
.list-items-flex ul li:nth-child(1) {
  animation-delay: 0.2s;
}
.list-items-flex ul li:nth-child(2) {
  animation-delay: 0.3s;
}
.list-items-flex ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.list-items-flex ul li:nth-child(4) {
  animation-delay: 0.5s;
}
.list-items-flex ul li:nth-child(5) {
  animation-delay: 0.6s;
}
.list-items-flex ul li:nth-child(6) {
  animation-delay: 0.7s;
}
.list-items-flex ul li:nth-child(7) {
  animation-delay: 0.8s;
}
.list-items-flex ul li:nth-child(8) {
  animation-delay: 0.9s;
}
.list-items-flex ul li:nth-child(9) {
  animation-delay: 1s;
}
.list-items-flex ul li:nth-child(10) {
  animation-delay: 1.1s;
}

.why-us h2 {
  font-size: 30px;
  margin-top: 80px;
  font-family: "Euclid Circular A";
  font-weight: 500;
  text-align: center;
}

.why-us p {
  text-align: center;
  font-family: "Euclid Circular A";
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 0 100px;
  color: rgba(66, 66, 66, 0.625);
  line-height: 30px;
  font-size: 17px;
}

.list-items-flex {
  display: flex;
  font-family: "Euclid Circular A";
  color: grey;
}

.items-infections {
  margin-top: -20px;
}

@media only screen and (min-width: 280px) and (max-width: 540px) {
  .text-editor h4 {
    margin: 30px 0 !important;
  }
  .bone-breaks-ul li {
    margin-bottom: 20px !important;
  }
  .blog-container {
    padding: 50px 20px;
  }
  .items-medication {
    margin-top: 25px;
  }
  .items-infections {
    margin-top: 0;
  }
  .list-items-flex {
    flex-wrap: wrap;
  }
  .list-items-flex ul {
    margin: auto !important;
  }
  .blog-container p {
    margin-bottom: 20px;
  }

  .why-us {
    padding: 25px;
  }
  .why-us h2 {
    text-align: left;
    margin-top: 20px;
  }
  .why-us p {
    padding: 0;
    text-align: justify;
  }
  .burns-complication {
    margin-top: 25px;
  }
}
