.top {
  position: relative;
  background-color: #000;
  z-index: 5;
}
.top .title {
  padding-top: 50px;
}
.top .title h2 {
  color: #FEFE00;
  font-size: 5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.top .title .sub-title {
  padding-top: 5px;
  color: #FEFE00;
  font-size: 1.8rem;
}

.detail {
  position: relative;
  background-color: #FEFE00;
}
