section.banner {
  text-align: center;
  position: relative;
  max-width: 1920px;
  min-height: 600px;
  margin: auto;
}
@media (max-width: 991.98px) {
  section.banner {
    min-height: 468px;
  }
}
section.banner .container {
  justify-content: center;
  flex-direction: column;
  position: absolute;
  text-align: center;
  padding-bottom: 0;
  display: flex;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
section.banner .container h1 {
  font-family: "Fixture Expanded";
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  color: #FFDD00;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  section.banner .container h1 {
    margin-bottom: 2rem;
  }
}
section.banner .container p {
  font-size: 1.5rem;
  color: white;
}
section.posts {
  padding-top: 60px;
}
section.posts .search input {
  color: #000;
  border-color: #000;
}
section.posts .search input::-moz-placeholder {
  color: #000;
}
section.posts .search input::placeholder {
  color: #000;
}
section.posts p {
  margin-bottom: 0;
}
section.posts h2 {
  font-size: 1.5rem;
  font-weight: 700;
}