
.firstSection {
  background: url('../images/instructionsFast_secure_BG.jpg') no-repeat top center;
  background-size: cover;
  height: 80vh;
  margin-top: 72px;
  text-align: center;
  padding-top: 36px;
  position: relative;
  padding: 60px 0 0;
}

.firstSection .container {
  height: 100%;
  width: 100%;
  position: relative;
}

.firstSection .content {
  position: relative;
  top: 10%;
  right: 0px;
  transform: translateY(-10%);
  z-index: 2;
}

.firstSection .content .feature {
  width: 40%;
  padding: 0 30px 0 0;
}

.firstSection strong {
  color: #865045;
}

.feature {
  text-align: left;
  font-size: 16px;
  margin: 0 0 0 auto;
      clear: both;
}


.secondSection {
  background-color: #406d77;
  height: 50vh;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
}

.secondSection .container {
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
}

.secondSection .content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.secondSection .imageRight {
  width: 40%;
  text-align: right;
  padding: 0 60px 0 0 ;

}

.secondSection .btnStores {
  height: 50px;
  margin-top: 30px;
}

.secondSection .btnStores a:first-child {
  margin-right: 20px;
}

.secondSection .btnStores img:hover {
  opacity: 0.5;
}


.thirdSection {
  background: url('../images/instructionsSecure_photos_BG.jpg') no-repeat top center;
  background-size: cover;

  height: 60vh;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #588fa3;
}

.thirdSection .container {
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
}

.thirdSection .content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.thirdSection .content .middle {
  width: 30%;
  padding: 0 0 0 60px;
}

.thirdSection .content img {
  margin-left: 30px;
}
.feature .description {
  padding: 0 60px;
}

.feature .description.white {
  color: #ffffff;
}



.feature h1 {
  font-family: 'source_sans_probold';
  color: #2e7397;
  font-size: 32px;
  margin-bottom: 30px;
}

.feature h1.brown {
  color: #865045;
}

.feature h1.white {
  color: #ffffff;
}

.feature img {
  max-width: 100%;
  max-height: 100%;
}

.feature .imageLeft img {
  max-width: 100%;
  max-height: 100%;
  padding: 0 60px 0 0;
}

.feature .imageRight img {

  padding: 0 0 0 60px;
    max-height: 132px;
}

.imageTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.imageTop img {
  width: 100%;
  height: 100%;
}

.imageBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.imageBottom img {
  width: 100%;
  height: 100%;
}

@media only screen
and (max-width : 480px) {
  /* phone */
  .content {
      margin-top: 0px;
  }

  .firstSection .content {
    text-shadow: 0px 0px 8px #ffffff;
  }

  .firstSection .content .feature {
    width: 40%;
    padding: 0;
  }


  .feature .description {
    padding: 0;
  }

  .feature .imageRight img {
    padding: 0;
  }

  .secondSection .container {
    padding-left: 15px;
  }

  .secondSection .imageRight {
    width: 25%;
    text-align: right;
    padding: 0 15px 0 0 ;
  }

.secondSection .imageRight img {
  max-width: 48px;
}

  .thirdSection .container {
    padding-left: 15px;
  }

  .thirdSection .content .imageRight {
    padding: 0;
    text-align: center;

  }
    .thirdSection .content .feature .logo img {
      max-width: 64px;
      text-align: center;
    }

    .thirdSection .content .feature .logo {
      width: 20%;
      padding: 0 15px 0 0;
    }

}

@media only screen
and (min-width: 481px)
and (max-width: 1023px) {
  /* tablet portrait */

}

@media only screen
and (min-width: 1023px) {
  /* tablet portrait */

}
