.camp-title {
  width: 70%;
  margin: 0 auto 3rem;
}

.camp-text {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.camp-image {
  width: 70%;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 1px) and (max-width: 743px) {

  .camp-title {
    width: 100%;
    margin: 0 auto 1rem;
  }

  .h3 p.camp-heart {
    font-size: 5.4vw !important;
    background-position: bottom .4em left, bottom .4em right;
  }

  .camp-text {
    font-size: 3.2vw;
  }

  .camp-image {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .camp-text {
    font-size: 1.6vw;
  }

}