main {
  padding-top: 0;
}
.hero-banner {
  position: relative;
  background: var(--black);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  color: #9e9a7c;
  min-height: 100vh !important;
  text-align: center;
}
.hero-banner .hero-banner__top {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner .hero-banner__top,
.hero-banner .hero-banner__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-banner .hero-banner__bottom {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.hero-banner picture,
.hero-banner picture img {
  height: 10rem;
  width: auto;
  margin-bottom: 0.5rem;
}
.hero-banner .banner-heading {
  font-family: "Minion Pro Regular";
  font-size: 17px;
  font-weight: 400;
  /* line-height: 50px; */
  color: #9e9a7c;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
.hero-banner .banner-subheading {
  font-family: "Daisy Bird";
  font-size: 35px;
  font-weight: 400;
  color: #9e9a7c;
  letter-spacing: 4px;
  margin: 0;
}
.content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 70%;
  margin: 5rem auto;
}
.content-section__content {
  padding: 2rem;
  order: 2;
}
.content-section__content-title {
  font-family: Montserrat, sans-serif;
  box-sizing: border-box;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.6;
  color: #000;
}
.content-section__content-sub {
  line-height: 50px;
  color: #1f234c;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 400;
  display: flex;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}
.content-section__content-text,
.content-section__content-list {
  font-family: Montserrat, sans-serif;
  opacity: 1;
  align-items: center;
  margin: 0 0 15px;
  padding-top: 0;
  font-weight: 400;
  line-height: 20px;
  color: #1f1a1a;
  text-align: left;
  justify-content: flex-start;
  font-size: 14px;
  display: block;
}
.content-section__image {
  order: 1;
  width: 100%;
}
.content-section__image picture,
.content-section__image picture img {
  width: 100%;
}
.content-section#history {
  width: 80% !important;
  margin: 8rem auto 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 3rem;
  margin-bottom: 8rem;
}
.content-section#history .content-section__image {
  width: 20rem;
}
.content-section#history .content-section__image picture,
.content-section#history .content-section__image picture img {
  max-width: 100%;
  /* width: 100%; */
  /* margin-bottom: 2rem; */
}
.content-section#history .content-section__content {
  width: 40rem;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .hero-banner {
    justify-content: center;
  }
  .hero-banner .hero-banner__top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-banner .hero-banner__bottom {
    position: absolute;
    top: 80%;
    /* left: 50%; */
    transform: translateY(-50%);
    margin: 0;
  }
  .hero-banner picture,
  .hero-banner picture img {
    height: 8rem;
    margin-bottom: 1rem;
  }
  /* .hero-banner .banner-heading {
    font-size: 20px;
  }
  .hero-banner .banner-subheading {
    font-size: 40px;
    font-weight: 400;
    color: var(--white);
    margin: 0;
  } */
  .content-section {
    row-gap: 1rem;
    padding: 1rem;
    max-width: 100%;
    margin: 1rem auto;
  }
  .content-section__content {
    padding: 0;
  }
  .content-section__content-sub {
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }
  .content-section#history {
    width: 100% !important;
    flex-direction: column;
    column-gap: 0;
    row-gap: 1rem;
    margin: 2rem auto;
  }
  .content-section#history .content-section__image {
    width: 100% !important;
  }
  .content-section#history .content-section__image picture,
  .content-section#history .content-section__image picture img {
    max-width: 100%;
    width: 100%;
  }
  .content-section#history .content-section__content {
    width: 100%;
    padding: 0 !important;
  }
}
