@media (min-width: 1200px) {
  #main .container {
    max-width: 1024px;
  }
}

.topImage {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .topImage {
    height: 366px;
  }
}
.topImage img {
  min-width: 100%;
  min-height: 100%;
}

.topContent {
  text-align: center;
  margin-bottom: 80px;
}
.topContent .mainTitle {
  font-size: 2.625rem;
  line-height: 2.875rem;
  text-align: center;
  margin-bottom: 20px;
}
.topContent .content > * {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.topContent p, .topContent li, .topContent ol {
  margin-bottom: 10px;
}
.topContent ul {
  margin-bottom: 20px;
}

.editors {
  margin-bottom: 60px;
}
.editors .mainTitle {
  font-size: 2.125rem;
  line-height: 2.625rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.editors .authorsWrapper {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.editors .authorsWrapper .authorBox {
  margin: 0 20px;
}
.editors .authorBox {
  width: 260px;
  text-align: center;
}
.editors .authorBox .imageWrapper {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 12px;
}
.editors .authorBox .imageWrapper img {
  min-width: 100%;
  min-height: 100%;
}
.editors .authorBox .authorInstaLink {
  margin-bottom: 6px;
}
.editors .authorBox .authorInstaLink .link {
  font-size: 1.375rem;
}
.editors .authorBox .desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 12px 12px 28px 12px;
}

.more_info {
  margin-bottom: 80px;
}
.more_info .title {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.more_info .pageItem {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .more_info .pageItem {
    margin-bottom: 0;
  }
}
.more_info .pageItem .imageWrapper {
  width: 100%;
  height: 195px;
  overflow: hidden;
}
.more_info .pageItem .imageWrapper img {
  min-height: 100%;
  min-width: 100%;
}
.more_info .pageItem .pageLink {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  color: #1E1E20;
  padding: 12px;
}
.more_info .pageItem .pageLink:hover {
  color: #FF2D52;
}

.contactInformation {
  margin-bottom: 80px;
}
.contactInformation .imageWrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.contactInformation .imageWrapper img {
  min-width: 100%;
}
.contactInformation .content {
  max-width: 800px;
  margin: 0 auto;
}
.contactInformation .content > .title {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.contactInformation .content .desc > * {
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 40px;
}
.contactInformation .content .contactDetailsWrapper {
  width: 100%;
}
.contactInformation .content .contactDetailsWrapper .contactItem {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .contactInformation .content .contactDetailsWrapper .contactItem {
    text-align: start;
  }
}
.contactInformation .content .contactDetailsWrapper .contactItem .title {
  font-size: 1.375rem;
}
.contactInformation .content .contactDetailsWrapper .contactItem .content > * {
  font-family: Elza;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.contactInformation .content .contactDetailsWrapper .contactItem p, .contactInformation .content .contactDetailsWrapper .contactItem li, .contactInformation .content .contactDetailsWrapper .contactItem ol {
  margin-bottom: 10px;
}
.contactInformation .content .contactDetailsWrapper .contactItem ul {
  margin-bottom: 20px;
}

/*# sourceMappingURL=about.css.map */
