#more-info {
  background-image: linear-gradient(to bottom, #F3A879, #DD702D);
  text-align: center;
  padding: 100px 30px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
}

#more-info .header {
  font-family: 'RL Aqva Black', sans-serif;
  font-size: 3rem;
  font-style: normal;
  color: white;
  margin: 0 0 24px;
}

@media screen and (max-width: 768px) {
  #more-info .header {
    font-size: 2rem;
  }
}

#more-info .socmed {
  color: white;
  font-weight: 600;
  font-size: 1rem;
}

#more-info .socmed a {
  color: #73CBE1;
}

#more-info .socmed a:hover {
  text-decoration: underline;
}