#hero {
  background-image: url(/images/what-is-hero-mobile.jpg);
  background-size: cover;
  background-position: center;
  height: 200px;
}
#hero .container {
  display: none;
}
#bipolar-overview {
  padding: 40px 0;
}
#bipolar-overview h1 {
  font-size: 1.65rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
#sleep {
  padding: 60px 0;
  background-color: #44994D;
  color: #fff;
  text-align: center;
}
#sleep h1 {
  font-size: 1.85rem;
}
#sleep p {
  margin-bottom: 0;
}
#sleep .box-link {
  background-color: #44994D;
  border-color: #fff;
  color: #fff;
  max-width: 200px;
}
#sleep .box-link:hover {
  background-color: #fff;
  border-color: #44994D;
  color: #44994D;
}
#symptoms {
  padding: 40px 0;
}
#symptoms h1 {
  font-size: 1.85rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
#symptoms h2 {
  font-size: 1.85rem;
  font-family: 'Quattrocento';
}
#symptoms ul {
  padding-left: 1rem;
}
.symptoms-diagram {
  display: flex;
  justify-content: center;
  align-items: center;
}
.symptoms-boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.symptoms-boxes .symptom {
  background-color: #F6F1E0;
  border-radius: 12px;
  font-weight: bold;
  color: #575757;
  width: 220px;
  height: 50px;
  padding: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#resources {
  padding: 40px 0;
  background-color: #F6F6F6;
}
#resources h1 {
  font-size: 1.85rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
#resources .green-link {
  font-weight: bold;
}
#resources .resource {
  margin-bottom: 10px;
}
#resources hr {
  border-color: #707070;
  margin: 0.5rem 0;
}
#resources .container > p {
  padding-left: 15px;
  padding-right: 15px;
}
.resource-list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #hero {
    background-image: url(/images/what-is-hero-tablet.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero .container {
    display: block;
    justify-content: flex-start;
    align-items: center;
  }
  #sleep br {
    display: none;
  }
  #symptoms h1 {
    text-align: left;
  }
  #symptoms .row:first-of-type {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  #hero {
    background-image: url(/images/what-is-hero-desktop.jpg);
    height: 300px;
  }
  #hero h1 {
    font-size: 3.75rem;
  }
  #bipolar-overview h1,
  #sleep h1,
  #symptoms h1,
  #symptoms h2,
  #resources h1 {
    font-size: 2.25rem;
  }
}