.hero .cta h1 {
  color: #fff;
  font-size: 48px;
}
.hero .cta .h2-description {
  color: #fff;
  font-size: 18px;
  opacity: 0.7;
}
.title-description {
  text-align: center;
  font-weight: normal;
  font-size: 1.2rem;
}
section.hero:after {
  background: #051f0d;
}
.featured-post-xl .thumb .inner {
  background-repeat: no-repeat;
  /* background-size: contain; */
}
.featured-post-xl .thumb:after {
  background: #0b3317;
}
.featured-post-md .thumb:after {
  background: #0b3317;
}
hr.hr-small {
  margin: 16px 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {

  .hero .cta h1 {
    font-size: 1rem;
  }
  .hero .cta .h2-description {
    font-size: 0.8rem;
    opacity: 0.9;
    line-height: 1.6;
  }
}
