.about-avon {
  width: 100%;
  background: #000;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 40px !important;
}

.about-container {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.about-container h2 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-family: var(--font-heading);
}

.about-container p {
  color: #d1d1d1;
  font-size: .89rem;
  line-height: 1.8;
  margin-bottom: 18px;
  font-family: var(--font-body);
}

.about-container .last-line {
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}
