.community {
  background-color: #fff;
  display: block;
}

.community-mobile {
  background-color: #fff;
  display: none;
}

.community-button {
  width: 134px;
  height: 40px;
  color: #2251B1;
  border-radius: 6.25rem;
  font-weight: 500;
  font-size: 1rem;
  background: #F2F6FF;
  border: none;
}

.community-main-text {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #27303E;
}

.community-secondary-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #404040;
}

.community-secondary-button {
  width: 250px;
  height: 44px;
  background: #2251B1;
  color: white;
  border-radius: 30px;
  border: none;
}

.community-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #404040;
}


.community-item-caption {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #0F1928;
}



@media screen and (max-width: 1024px) {
  .community {
    display: none;
  }

  .community-mobile {
    display: block;
  }

  .community-button {
    width: 124px;
    height: 36px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
  }

  .community-main-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.017em;
    color: #0F1928;
  }

  .community-secondary-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #404040;
  }

  .community-secondary-button {
    width: 235px;
    height: 44px;
    background: #2251B1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
    color: #FFFFFF;
  }

  .community-secondary-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
    color: #0F1928;
    margin-bottom: 24px;
    margin-top: 16px;
  }

  .community-item-caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
    color: #0F1928;
    text-align: left;
    width: 220px;
  }

  .community-item-layout {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .community-img {
    width: 56px;
    margin-right: 16px;
  }
}