.about-us-wrapper {
  max-width: 70%;
  margin: 0 auto;
  line-height: 2;
  /* text-indent: 3.5em; */
  text-align: justify;
}

.about-us-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* text-align: right; */
}

.about-us-row:nth-child(even) {
  flex-direction: row-reverse;
  /* text-align: left; */
}

.about-us-img {
  max-width: 300px;
  height: 100%;
  margin: 2em;
  border-radius: 38px;
}

.about-us p {
  margin: 0;
}

.delivery-and-payment-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.delivery-and-payment-child {
  width: 47%;
}

.delivery-and-payment-img-box {
  width: 200px;
  height: 200px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 15px 0;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 38px;
  background-color: #E9FCFF;
}

.delivery-and-payment-img {
  fill: #78787870;
}

.delivery-and-payment-text {
  font-size: 28px;
  margin: 0;
}