.background-image-holder {
  background-size: 80% !important;
  background-repeat: no-repeat !important;
}

#logo_header {
  margin-top: -19px;
  width: 230px;
}

.page-title {
  background: url("../img/subtle_white_feathers.png");
  height: 190px;
}

div.description {
  white-space: normal;
  height: auto !important;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 48px !important;
  width: 100%;
}

div.description h4, div.description h6 {
  margin-bottom: 20px;
}

div.tile-right {
  /*min-height: 0 !important;*/
  /*height: auto;*/
  display: flex;
  align-items: center;
  background: none !important;
}

@media (max-width: 500px){

  .landing_background {
    height: auto;
  }

  #logo_header {
    margin-top: -10px;
    width: 180px;
  }

  div.description {
    white-space: normal;
    padding: 30px !important;
    word-wrap: break-word;
  }
}
