/* MAGAZINEHERO SECTION START */
.magazine__hero {
  display: flex;
  flex-direction: column;
  min-height: 63rem;
  max-width: 192rem;
  margin: 0 auto;
  padding-top: 13.7rem;
  background-size: cover;
  background-position: top 10% center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
@media (min-width: 991px) {
  .magazine__hero {
    min-height: 90rem;
  }
}

.magazine__hero_inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 2.4rem;
  padding-top: 5rem;
}
@media (min-width: 991px) {
  .magazine__hero_inner {
    gap: 12.5rem;
  }
}

.magazine__hero_label {
  margin-bottom: 0.8rem;
  padding: 1.2rem 2rem;
  background-color: #fff;
  width: fit-content;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  color: #9b6ce6;
}

.magazine__hero_title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (min-width: 991px) {
  .magazine__hero_title {
    font-size: 5.4rem;
  }
}

.magazine__hero_text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 991px) {
  .magazine__hero_text {
    font-size: 2.5rem;
  }
}

.magazine__hero_copyright {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #CDCDCD;
}
@media (min-width: 991px) {
  .magazine__hero_copyright {
    font-size: 1.6rem;
  }
}

/* MAGAZINE HERO SECTION END */

/* BANNER MAGAZINE START */
.banner-magazine {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 991px) {
  .banner-magazine {
    margin-bottom: 16rem;
    max-width: 100%;
  }
}
.banner__text:not(:last-child) {
    margin-bottom: 4rem;
}
/* BANNER MAGAZINE END */

/* DISTRIBUTION MAP START */
.distribution-map {
  display: none;
  padding-top: 2rem;
  padding-bottom: 3.6rem;
}
@media (min-width: 991px) {
  .distribution-map {
    display: block;
    margin-bottom: 15rem;
  }
}

.distribution-map__title {
  display: block;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 107%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.6rem;
}
@media (min-width: 991px) {
  .distribution-map__title {
    font-size: 5.6rem;
  }
}

/* DISTRIBUTION MAP END */