
  .community_info-section {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fc;
  }

  .community_info-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #9256A5;
    margin-bottom: 10px;
  }

  .community_info-description {
    font-size: 1.2rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
  }

  .community_info-image-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }

  .community_info-mega-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 768px) {
    .community_info-title {
      font-size: 1.8rem;
    }

    .community_info-description {
      font-size: 1rem;
    }
  }
