/* ===== About Page: Hero ===== */
.hero {
  padding-bottom: 46px;
  background-image: url('../img/about/hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__content {
  margin-top: 142px;
}

/* ===== Intro Section ===== */
.intro-section {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

.intro-section__main {
  background: url('../img/about/intro-bg.png') no-repeat center center;
  background-size: cover;
  padding: 43px 0 69px;
  overflow: hidden;
  margin: 0 auto;
}

.intro-section__body {
  display: flex;
  gap: 58px;
  margin-top: 6px;
}

.intro-section__content {
  width: 60%;
  flex-shrink: 0;
  margin-top: 34px;
}

.intro-section__image {
  width: 217px;
  height: 244px;
  flex-shrink: 0;
  margin-top: 34px;
  border: 2px solid #cccccc;
}


.intro-section__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 243px;
  margin: 34px 0 46px;
  background-color: rgba(75, 8, 0, 0.51);
}

.intro-section__banner-text {
  margin: 0;
  max-width: 886px;
  padding: 0 16px;
  font-family: var(--font-banner);
  font-size: 39px;
  line-height: 58px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

/* ===== Auth Section ===== */
.auth-section {
  width: 100%;
  max-width: var(--page-width);
  margin: -1px auto 0;
  padding: 39px 0 148px;
  background-color: var(--color-bg-section);
  overflow: visible;
}

.auth-section__inner {
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  background: url('../img/home/auth-section-bg.png') no-repeat center center;
  background-size: cover;
}
