#article01,
#article02,
#article03 {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cd-review {
  /* width: 1000px; */
  max-width: 1000px;
  padding: 0 1rem;
  margin: 0 auto;
}

.cd-review h3 {
  margin-bottom: 0.66rem;
}

.cd-review-item {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.cd-review-item img {
  height: 160px;
  width: auto;
}

.cd-review-item-text {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 0 1rem;
  /* margin-top: -10px; */
}

.cd-review-item-text p {
  margin-top: 0;
  margin-bottom: 10px;
}

.cd-review-text hr {
  width: 100%;
  border: 1px solid var(--dark-red);
}

@media screen and (max-width: 685px) {
  #ek-site-page .cd-review-item-text p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 500px) {
  .cd-review-item {
    justify-content: space-around;
    flex-direction: column;
  }

  .cd-review h3 {
    /* margin: 0 auto; */
    text-align: center;
  }

  .cd-review-item img {
    height: 160px;
    width: auto;
    margin: 0 auto 1rem auto;
  }

  #ek-site-page .cd-review-item-text p {
    font-size: 1rem;
  }
}
