.top-spacer {
  height: 45px;
}

.last-text-cont {
  width: 100%;
  text-align: center;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 45px;
}

.header {
  color: #707070;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 0px 1px #4d4d4d;
  font-family: tahoma, sans-serif;
}

.flex-wrapper {
  display: flex;
  align-items: center;
}

.img-cont {
  display: inline-block;
  width: 48%;
  padding: 5px;
}

.feature-img {
  width: 96%;
  box-shadow: 0px 0px 4px 0px rgba(143,143,143,1)
}

.feature-text {
  display: inline-block;
  width: 75%;
}

.text-cont {
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 5px;
}

/*
@media (max-width:1500px) {
  .text-cont {
    margin-top: 2%;
  }
 }
 */

 @media (max-width:1025px) {
   .flex-wrapper {
     flex-flow: column;
   }

   .img-cont {
     width: 85%;
     order: 2;
   }

   .text-cont {
     width: 100%;
     margin-bottom: 10px;
     order: 1;
   }
 }


@media (max-width:700px) {
  .text-cont {
    margin-top: 5px;
  }
}
