﻿.large-headline-widget .eyebrow {
  text-transform: uppercase;
  color: #826E4F !important;
  letter-spacing: 0.3rem;
  margin: 0;
  font-size: 1.7rem;
}
.large-headline-widget .title + h2 {
  margin: 2.6rem 0 0;
}
.large-headline-widget .large-headline-img {
  margin-top: 42px;
  position: relative;
  width: 100%;
  min-height: 130px;
}
.large-headline-widget .large-headline-img .img {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}
.large-headline-widget .link {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .large-headline-widget .large-headline-img {
    margin-top: 36px;
    min-height: 300px;
  }
}
@media screen and (min-width: 1023px) {
  .large-headline-widget .large-headline-img {
    min-height: 500px;
  }
}
