.welLogo {
  text-align: center;
  padding: 40px 0px 40px 0px;
}
.welLogo img {
  height: 80px;
}
.welQuestion {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.welQuestion p {
  font-size: 16px;
  font-weight: 400;
  color: #d9d9d9;
  line-height: 33px;
  letter-spacing: 2px;
  margin-bottom: 55px;
}
.welBtn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.welBtn a {
  width: 320px;
  height: 50px;
  margin: 0px auto;
  margin-bottom: 15px;
  line-height: 50px;
  border: 1px solid #C7B374;
  display: block;
  font-size: 14px;
  color: #C7B374;
}
.welBtn a:hover,
.welBtn a.active {
  background-color: #C7B374;
  color: #290000;
}
.animated {
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
}
.initAnimate {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 576px) {
  .welLogo {
    text-align: center;
    padding: 40px 0px 20px 0px;
  }
  .welLogo img {
    height: 74px;
  }
  .welQuestion p {
    font-size: 16px;
  }
  .welBtn a {
    width: 300px;
  }
}
