
.firstSection {
  background-color: #e3dbdb;
  height: 70vh;
  margin-top: 72px;
  text-align: center;
  padding: 60px 0 0;
  position: relative;
  margin: 0;
}

.firstSection .container {
  height: 100%;
  width: 100%;
  position: relative;
}

.firstSection .content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.feature {
  color: #6c5353;
  text-align: left;
  font-size: 16px;
}


.secondSection {
  background-color: #f7faed;
  height: 80vh;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #588fa3;

}

.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 .btnStores {
  height: 50px;
  margin-top: 30px;
}

.secondSection .btnStores a:first-child {
  margin-right: 20px;
}

.secondSection .btnStores img:hover {
  opacity: 0.5;
}


.thirdSection {
  height: 60vh;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #588fa3;


  background: rgb(236,243,255);
background: -moz-linear-gradient(-30deg, rgba(236,243,255,1) 0%, rgba(236,243,255,1) 83%, rgba(163,168,175,1) 100%);
background: -webkit-linear-gradient(-30deg, rgba(236,243,255,1) 0%,rgba(236,243,255,1) 83%,rgba(163,168,175,1) 100%);
background: linear-gradient(170deg, rgba(236,243,255,1) 0%,rgba(236,243,255,1) 83%,rgba(163,168,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf3ff', endColorstr='#a3a8af',GradientType=1 );
}

.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 .imageRight {
  width: 45%;
  text-align: right;
  padding: 0 60px 0 0;
}

.feature .description {
  padding: 0 60px;
}


.feature h1 {
  font-family: 'source_sans_probold';
  font-size: 32px;
  margin-bottom: 30px;
}

.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 {
  max-width: 100%;
  max-height: 100%;
  padding: 0 0 0 60px;
}

.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;
  }

  .feature .description {
    padding: 0;
  }

  .feature .imageRight img {
    padding: 0;
  }

  .thirdSection .container {
    padding-left: 15px;
  }

  .thirdSection .content .imageRight {
    padding: 0;
    text-align: center;

  }
    .thirdSection .content .imageRight img {
      max-width: 100px;
      text-align: center;
    }
}

@media only screen
and (min-width: 481px)
and (max-width: 1023px) {
  /* tablet portrait */

}

@media only screen
and (min-width: 1023px) {
  /* tablet portrait */

}
