body {
  background-color: var(--main-bg-color);
}
.community-content {
  padding: 40px 70px;
  border-bottom: 1px solid #ccc;
  margin: 0 45px;
}
.community-row {
  align-items: center;
}

.community-text h3 {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.community-text p {
  color: var(--main-text-color);
  font-size: 14px;
}

.community-action {
  text-align: right;
}
