.volunteer-quote {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .volunteer-quote {
    background: none;
    padding-bottom: 20px;
  }
}
.volunteer-quote__body {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 5rem 0 3.5625rem;
}
@media (max-width: 991px) {
  .volunteer-quote__body {
    padding: 1rem 0 0;
    flex-direction: column-reverse;
    gap: 3rem;
    border-bottom: none;
  }
}
.volunteer-quote__media {
  position: relative;
  border: 1px solid #012527;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 991px) {
  .volunteer-quote__media {
    max-width: 100%;
  }
}
.volunteer-quote__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.volunteer-quote__media iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.volunteer-quote__video, .volunteer-quote__image-wrapper {
  width: 100%;
  height: 100%;
}
.volunteer-quote__btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.volunteer-quote__content {
  max-width: 559px;
}
@media (max-width: 991px) {
  .volunteer-quote__content {
    max-width: 100%;
  }
}
.volunteer-quote__quote-text {
  margin-top: 32px;
  font-family: "Karla", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.42857;
  color: #012527;
}
.volunteer-quote__author {
  margin-top: 11px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14286;
  text-transform: uppercase;
  color: #012527;
}
.volunteer-quote__title {
  margin-top: 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.42857;
  color: #012527;
}
.volunteer-quote__text-mobile, .volunteer-quote__text {
  margin-top: 32px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #012527;
}
.volunteer-quote__text-mobile {
  display: none;
}
@media (max-width: 991px) {
  .volunteer-quote__text-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .volunteer-quote__text {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */