.communityPage .diamondTitle {
  font-size: 1.25em;
}
.communityPage .diamondTitle span {
  padding: 0 0em 0.3em 0em;
}
.communityPage .diamondTitle span::before {
  margin-right: 0.3em;
}
.communityPage .communityWrap {
  margin-bottom: 2em;
}
.communityPage .communityWrap .img {
  margin-bottom: 2em;
}
.communityPage .achievementsWrap {
  background-color: #fff;
  padding: 2em;
  border-radius: 15px;
}
.communityPage .achievementsWrap h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.communityPage .achievementsWrap .achievementsItem {
  margin-bottom: 1.5em;
}
.communityPage .achievementsWrap .achievementsItem ver img {
  margin-bottom: 0.5em;
}
.communityPage .achievementsWrap .achievementsItem p {
  font-size: 0.9em;
}
.communityPage .achievementsWrap .achievementsItem:last-child {
  margin-bottom: 0;
}
.communityPage .everyone .txt {
  padding: 3em 1em;
}
.communityPage .everyone .txt p {
  margin-bottom: 2em;
}

@media only screen and (min-width: 580px) {
  .communityPage .diamondTitle {
    font-size: 1.7em;
  }
  .communityPage .communityWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5em;
  }
  .communityPage .communityWrap .img {
    width: 48%;
    margin-bottom: 0;
  }
  .communityPage .communityWrap .txt {
    width: 49%;
  }
  .communityPage .communityWrap .txt p {
    text-align: left;
  }
  .communityPage .achievementsWrap .wrap {
    align-items: flex-start;
    justify-content: left;
  }
  .communityPage .achievementsWrap .wrap .achievementsItem {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .communityPage .achievementsWrap .wrap .achievementsItem:last-child {
    margin-right: 0;
  }
  .communityPage .achievementsWrap .wrap .achievementsItem p {
    text-align: left;
    font-size: 0.8em;
  }
  .communityPage .everyone {
    display: flex;
    align-items: stretch;
  }
  .communityPage .everyone .img {
    width: 50%;
  }
  .communityPage .everyone .txt {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .communityPage .everyone .txt .txtWrap {
    margin: 0 auto;
  }
}