#intro-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 5px solid #F0A928;
  border-right: 5px solid #F0A928;
  border-left: 5px solid #F0A928;
}

@media (min-width: 500px) {
  #intro-section {
    padding: 0 25px;
  }
}

#intro-section>* {
  padding: 0 5px;
}

#intro-section h2 {
  margin: 25px 0;
}

#intro-section video {
  width: 100%;
  margin-bottom: 10px;
}

#intro-section #descriptions {
  width: 100%;
  text-align: right;
  margin-bottom: 50px;

}

#intro-section #descriptions>* {
  margin-bottom: 10px;
}

#intro-section #descriptions a:link, a:visited {
  text-decoration: none;
  color: #F0A928;
}

#intro-section #descriptions ol,
#intro-section #descriptions ul {
  margin-right: 10px;
  margin-left: 10px;
  list-style-position: inside;
  text-align: right;
}

#intro-section #descriptions img {
  max-width: 250px;
  max-height: 250px;
}