.section-second {
  height: 90vh;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  min-width: 1200px;
}
.section-second > .text {
  position: relative; right: 1%;
  top: 20%; float: right;
 /* transform: translateY(-50%);*/
 background: linear-gradient(to bottom, #0575E6,#021B79 ) fixed;
}
.section-second > .text > h1 {
  font-size: 4em; font-weight: 500;
  color: #fff;
  border-bottom: 0;
}
.section-second > .text > h3 {
  color: #fff;
  margin: 0;
  font-size: 1.5em; font-weight: 300;
  text-transform: uppercase;
}

.section-second > .text > a{
  display: table;
  width: 150px; height: 50px; line-height: 50px;
  padding: 30px 0 10px;
  color: #fff; text-align: center;
}
.section-second > .text > a:last-child{border-top: 1px solid #2D4B85;}
.section-second > .text > a > .fa{
  font-size: 40px;
  color: #fff;
}