.introContainer__group {
  display: flex;
}

.introContainer__heading {
  flex-shrink: 0;
}

.introContainer__news {
  margin-left: 2rem;
  width: 340px;
  height: 395px;
  align-self: flex-end;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
  color: black;
  border: 0.75rem solid;
  border-top-width: 4rem;
}

.introContainer__news h2 {
  margin: 0;
  position: relative;
  top: -3.5rem;
  height: 0;
  /*color: #EBD99F;*/
  color: white;
}

.introContainer__news h2::after {
  display: block;
  content: "";
  height: 0.1em;
  width: 3rem;
  position: relative;
  top: .2rem;
  left: calc(50% - 1.5rem);
  background: #8e6f3e;
}

.introContainer {
  padding: 3rem 1rem;
}

@media (min-width: 768px) {
  .introContainer {
    min-height: inherit;
    height: auto;
  }
}

/*
1199px - Large Desktop
991px - Desktop
767px - Tablet
599px - Mobile
*/

.introContainer__logo--desktop {
  width: 326px;
  transform: translateY(-1px);
}

.introContainer__logo--mobile {
  display: none;
}

@media screen and (max-width: 1299px) {
  .introContainer__heading {
    width: 570px;
  }
}

@media screen and (max-width: 1199px) {
  .introContainer {
    flex-direction: row;
  }

  .introContainer__group {
    flex-direction: column;
  }

  .introContainer__news {
    height: 457px;
  }

  .introContainer__logo--desktop {
    max-height: auto;
  }
  
  .introContainer__heading {
    width: 480px;
    max-width: 480px;
    padding: 2rem;
  }

  .introContainer__heading {
    /*width: auto;*/
    padding: 1.5rem 1rem;
  }

  .introContainer__heading h1 {
    width: 350px;
  }

  .introContainer__logo--mobile {
    display: block;
    max-height: 150px;
  }   

 .introContainer__logo--desktop {
   display: none;
  }
}

@media screen and (max-width: 976px) {
  .introContainer__news {
    height: 392px;
  }
}

@media screen and (max-width: 991px) {
  .introContainer {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .introContainer {
    flex-direction: column;
  }

  .introContainer__news {
    align-self: center;
    margin-left: 0;
    margin-top: 2rem;
    max-width: 480px;
    width: auto;
  }
}

.story_image {
  background-position: center;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 1.25rem;
  text-decoration: none !important;
}

.story_no_image h2 {
  margin-top: 0;
}

.story_no_image {
  line-height: normal;
  overflow-y: auto;
  min-height: 100%;
}