.quote {
  position: relative;
  height: 375px;
}
@media (min-width: 768px) {
  .quote {
    height: 638px;
  }
}
.quote.green_background {
  background-color: #c1cb30;
}
.quote.green_background h2, .quote.green_background p, .quote.green_background ul {
  color: #3c482b;
}
.quote.gray_background {
  background-color: #DDDDDD;
}
.quote.gray_background h2, .quote.gray_background p, .quote.gray_background ul {
  color: #3c482b;
}
.quote.dark_green_background {
  background-color: #28301d;
}
.quote.dark_green_background h3 {
  color: #c2cb1e;
}
.quote.dark_green_background h2, .quote.dark_green_background p, .quote.dark_green_background ul {
  color: #ddd;
}
.quote.light_green_background {
  background-color: #c2cb1e;
}
.quote.pale_gray_background {
  background-color: #ddd;
}
.quote img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote__container {
  max-width: 1300px;
  padding: 0 10px;
}
.quote__container h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 2.5px;
  text-align: center;
  max-width: 1000px;
  margin: 0 0 60px;
}
@media (max-width: 991.98px) {
  .quote__container h2 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 44px;
  }
}
@media (max-width: 767.98px) {
  .quote__container h2 {
    font-size: 34px;
    line-height: 39px;
    margin: 0 0 28px;
  }
}
.quote__container.has-bg-image h2, .quote__container.has-bg-image p, .quote__container.has-bg-image ul {
  color: #fff;
}
.quote__statement {
  max-width: 1000px;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quote__statement p, .quote__statement ul, .quote__statement ol {
  font-size: 24px;
}
.quote__statement p {
  margin: 0;
}
.quote__statement .green-button-link {
  display: inline-block;
  min-width: 200px;
  padding: 12px 15px;
  margin: 0;
  text-align: center;
  border: 3px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  border: 3px solid #c2cb1e;
  background-color: #c2cb1e;
  color: #3c482b !important;
}
@media (max-width: 575.98px) {
  .quote__statement .green-button-link {
    min-width: 280px;
  }
}
.quote__statement .green-button-link:hover, .quote__statement .green-button-link:focus {
  color: #c2cb1e !important;
  background-color: #fff;
}
.quote__statement .yellow-button-link {
  display: inline-block;
  min-width: 200px;
  padding: 12px 15px;
  margin: 0;
  text-align: center;
  border: 3px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  color: #28301d !important;
  border: 3px solid #e8c236;
  background-color: #e8c236;
  padding: 16px;
  margin: 35px 0;
}
@media (max-width: 767.98px) {
  .quote__statement .yellow-button-link {
    padding: 9px 15px;
  }
}
.quote__statement .yellow-button-link:focus {
  border-color: #d1851d;
  background: #d1851d;
}
.quote__statement .yellow-button-link:hover {
  border-color: #e9c31e;
  color: #e9c31e !important;
  background: #fff;
}
/*# sourceMappingURL=quote.css.map */