.about-us-wrapper {
  /* text-indent: 1.5em; */
}

.about-us-row {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* text-align: right; */
}

.about-us-row:nth-child(even) {
  flex-direction: column;
  /* text-align: left; */
}

.about-us-img {
  /* display: none; */
  max-width: 100%;
}

.delivery-and-payment-wrapper {
  flex-direction: column;
}

.delivery-and-payment-child {
  width: 100%;
}

.delivery-and-payment-child:nth-child(n+1) {
  margin-top: 15px;
}