/* ======================================
   COMMUNITY STYLING
====================================== */

.page-community {
  padding: 2rem;
  max-width: var(--content-width, 990px);
  margin: 0 auto;
  box-sizing: border-box;
}

.page-community .section-text__content {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}

.page-community .section-image {
  margin: 2rem auto;
  text-align: center;
}

.page-community .section-image__img {
  width: 600px !important;
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.page-community .section-image__img:hover {
  opacity: 1;
}
