/* HEADER =========================================== */

section.header {
  background-image:url(../assets/3/bg\ pic.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  min-height:100vh;
}

.header .container {
  height:100%;
}

.header .content-title {
  color:#5B6878;
  font-weight:700;
  font-size:55px;
  line-height:65px;
  margin-top:25%;
}

.header .content-subtitle {
  color:#000;
  font-size:26px;
  line-height:65px;
  margin-top:20px;
}

/* LEARNMORE =========================================== */

section.learnmore {
  background-color:#FFF;
  padding-bottom:100px;
}

.back-btn {
  color:#000;
  margin-bottom:20px;
  display:inline-block;
}

.learnmore .content {
  padding:100px 0px;
  padding-right:400px;
}

.learnmore .content h1 {
  margin-bottom:40px;
}

.learnmore .content p {
  margin-top:20px;
}

.learnmore .menu {
  background-color:#F4DCFE;
  position:absolute;
  right:0px;
  width:350px;
  padding:40px;
}

.learnmore .menu a {
  color:#000;
  display:block;
  margin-top:20px;
  margin-left:20px;
}

.learnmore .menu a.active {
  font-weight:700;
}