#artisan-story {
  font-size: 10px;
  background-color: white;
  text-align: center;
}
@media (min-width: 620px) {
  #artisan-story {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  #artisan-story {
    font-size: 18px;
  }
}
#artisan-story .artisan-main-quote {
  font-size: 3em;
  text-align: center;
  margin: auto;
  max-width: 1100px;
  margin-top: 40px;
}
#artisan-story .artisan-location {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1.2px;
  margin-top: 3em;
  margin-bottom: 1.5em;
  text-align: center;
}
#artisan-story .artisan-image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 60%;
  height: 0px;
  background: black;
  left: 0px;
  box-shadow: 7px -3px 24px 5px rgba(0,0,0,0.8);
  transform: rotate(-2deg);
}
#artisan-story .artisan-image {
  width: 1028px;
  max-width: 100%;
  height: 680px;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
  text-align: center;
  padding: 0px;
}
#artisan-story .artisan-image .actual-artisan-image {
  background-size: cover;
  background-position-x: 50%;
  position: relative;
  width: 100%;
  height: 100%;
}
#artisan-story .artisan-story-body {
  text-align: left;
  max-width: 800px;
  margin: auto;
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 2.5em;
  margin-top: 3em;
}
