.about-body {
  margin-top: 4.9rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 4rem;
}

.about-body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.about-body .container .about-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-family: 'Amatic SC', cursive;
  height: 20rem;
  background-image: url("../../images/buy-sell-veges-edit.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  font-weight: bolder;
  line-height: 3rem;
}

.about-body .container .about-image .slogan-text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #ddd;
  font-size: 1.8rem;
}

.about-body .container .about-text {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  color: #474747;
}

.about-body .container .about-text p {
  width: 80%;
  margin: 0 auto;
  line-height: 3rem;
  font-size: 1.1rem;
}

.about-body .heading {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  letter-spacing: 2px;
  font-size: 30px;
  margin: 2rem 0;
  padding-top: 2rem;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .about-body .heading {
    padding-top: 1rem;
  }
  .about-body .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .about-body .container .about-image {
    border-radius: 0;
  }
  .about-body .container .about-text {
    margin-top: 1.5rem;
  }
  .about-body .container .about-text p {
    width: 95%;
    text-align: center;
    line-height: 2rem;
  }
}
/*# sourceMappingURL=about.css.map */