
section.community {
  height: 30vh;
  width: 100%;
  position: relative;
}

section.community > .container {
  position: relative;
  padding: 2.5% 100px;
  display: flex;
  gap: 5%;
  height: calc(100% - 92px);
}

section.community .item {
  display: flex;
  gap: 25px;
  align-items: center;
  max-height: 80px;
  width: 20%;
  border: 1px solid #a5a5a5;
  padding: 20px;
  cursor: pointer;
  user-select: none;
}

section.community .item > .text {
  font-weight: 500;
  font-size: 28px;
  text-align: justify;
}

section.community .icon {
  width: 50px;
  height: 50px;
}