.block-headline-container {
  text-align: center;
  margin: 50px auto;
  font-size: 15px;
  color: gray;
  letter-spacing: 1px;
}

.block-headline--suffix {
  letter-spacing: 1px;
  width: 420px;
  margin: auto;
}

@media screen and (max-width: 800px) {
.block-headline--suffix {
  width: auto;
}
}


.content-bottom-top {
  margin-top: 50px;
}

.feature-2-section {
  background-color: #cbcbcb;
  /*padding-top: 60px;*/
  padding-bottom: 70px;
}

.feature-2-section .block-headline {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
  color: #f27327;
  font-size: 58px;
  text-shadow: 1px 1px 1px white;
  margin: 18px 0 16px;
}

.feature-group-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  justify-content: space-around;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;
  flex: 1 100%;
}

.feature--group {
  /*padding: 20px;*/
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  box-shadow: inset 2px 2px 3px rgba(0,0,0,.125);
}

.feature--group .feature--header {
  display: block;
}

.feature--group a.feature--header {
  /*
    border: 1px solid transparent;
    transition: background-color 0.3s ease;
  */
}

.feature--group a.feature--header:hover {
  /*
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border: 1px solid white;
  */
}

.feature--group .feature--header a {
  /*
    border: 1px solid transparent;
    transition: background-color 0.3s ease;
  */
  color: white; 
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.feature--group .feature--header a:hover {
  /*
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border: 1px solid white;
  */
  opacity: .7; 
}


.feature--group .feature--header img {
  /*width: 100%;*/
  display: block;
  margin: 40px 20% 30px;
  max-height: 134px;
}


.feature--group .feature--header h3 {
  color: white;
  text-align: center;
  margin: 10px 5% 30px;
  height: 5%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

.feature--group .feature--meta {
  /*margin-top: 40px;*/
  padding: 23px;
  background-color: rgba(0, 0, 0, .125);
  flex: 1 0 auto;
  /*
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  */
}

.feature--group p {
  color: white;
  min-height: 205px;
  font-size: 13px;
  line-height: 19px;
  margin-top: 5px;
}

.feature--group ul {
  margin: 0;
  padding: 0;
}

.feature--group li {
  display: block;
  margin: 10px 0;
  padding: 0;
  color: white;
  list-style: none;
}

.feature--group .feature--meta a {
  /* background-color: rgba(197, 197, 197, 0.1); */
  padding: 6px 10px;
  /* border: 1px solid rgba(55, 55, 55, 0.8); */
  /* border-radius: 19px; */
  line-height: 17px;
  font-size: 14px;
  color: #ffffff;
  display: block;
  font-weight: 100;
  transition: background-color 0.3s ease;
  /* letter-spacing: -.3px; */
  /* display: block; */
  /* border-top: 1px solid; */
}

.feature--group .feature--meta a:hover {
  background-color: rgba(92, 92, 92, 0.6);
  color: white;
  text-decoration: none;
}

/*
@media all and (min-width: 1280px) {
  .feature--group p {
    min-height: 15%;
    font-size: 16px;
    line-height: 22px;
  }
}
*/

@media all and (max-width: 1199px) {
  .feature-group-container {
    flex-wrap: wrap;
    white-space: initial;
    word-wrap: break-word;
  }

  .feature--group {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.125);
    /*
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    */
  }

  .feature--group ul {
    margin-top: 30px;
  }
  .feature--group p {
    height: auto;
    min-height: auto;
    font-size: 17px;
    line-height: 22px;
  }

  .feature--group .feature--meta,
  .feature--group .feature--header {
    background: transparent;
    padding: 0;
    margin: auto;
    display: block;
    padding: 30px 40px;
  }

  .feature--group .feature--header {
    background-color: rgba(0, 0, 0, .125);
    border-bottom: 9px solid rgba(255,255,255, .5);
  }

  .feature--group .feature--header h3 {
    margin: 0px;
    height: auto;
    margin-top: 10px;
  }

  .feature--group .feature--header img {
    display: block;
    float: right;
    max-width: 25%;
    margin: auto auto auto 20px;
  }

  .feature--group .feature--header h3 {
    text-align: left;
  }

  .feature--group .feature--meta a {
    background-color: transparent;
  }

  .feature--group .feature--meta a:hover {
    background-color: transparent;
  }

}
