:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.community .ia-container .ia-btn {
  min-width: 320px;
}
.community-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.community-head__left {
  width: calc(50% - 1.6rem);
}
.community-head__right {
  width: calc(50% - 1.6rem);
}
.community-gallery {
  margin: 0 -1.6rem;
}
.community-gallery__slide {
  padding: 0 1.6rem;
}
.community-gallery__item {
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
  border-radius: 2.4rem;
}
.community-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}

@media (max-width: 767px) {
  .community-head {
    display: block;
    margin-bottom: 3rem;
  }
  .community-head__left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .community-head__right {
    width: 100%;
  }
  .community-gallery {
    margin: 0 -0.8rem 3.5rem;
  }
  .community-gallery__slide {
    padding: 0 0.8rem;
    width: 86vw;
    box-sizing: border-box;
  }
  .community .ia-btn {
    width: 100%;
  }
}

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