.chef-testimonial {
  margin: 0 1.25rem 3rem;
}

.chef-testimonial .chef-image img {
  width: 100%;
  height: auto;
}

.chef-testimonial .chef-text {
  padding: 2.5rem 2rem;
}

.chef-testimonial .chef-title {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

@media (width >= 1000px) {
  .chef-testimonial {
    width: 100%;
    max-width: 90rem;
    margin: 0 auto 3.25rem;
  }

  .chef-testimonial .chef-image img {
    width: auto;
    height: 710px;
  }

  .chef-testimonial .chef-text {
    padding: 5rem;
  }

  .chef-testimonial .chef-title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}


/*# sourceMappingURL=chefTestimonal.css.map*/