.body {
  color: #f6f3f7;
  object-fit: contain;
  background-color: #f6f3f7;
}

.section {
  color: #6c3c7c;
  object-fit: fill;
  background-color: #f6f3f7;
  margin-top: 200px;
  margin-bottom: 233px;
  display: block;
}

.heading {
  color: #32493a;
  text-align: center;
  object-fit: contain;
  margin-top: 38px;
  font-family: Questrial, sans-serif;
  font-weight: 300;
}

.image {
  max-width: 500px;
  text-align: left;
  display: block;
}

.paragraph {
  color: #32493a;
  text-align: center;
  margin-top: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.div-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .heading {
    width: 240px;
    font-size: 30px;
    line-height: 32px;
  }

  .image {
    max-width: 242px;
    text-align: left;
  }

  .paragraph {
    margin-top: 18px;
    font-size: 16px;
  }
}


