.abouttextBox {
  padding: 50px 0;
}

.abouttextBox ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 35px 30px;
}

.abouttextBox ul li:not(:last-child) {
  border-bottom: 1px solid #000;
}

.abouttextBox ul li h5 {
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 400;
}

.abouttextBox ul li p {
  margin-bottom: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.termsBox {
  padding: 50px 30px;
}

.member_rank .content_box h4 {
  color: #444444;
  font-size: 24px;
  font-family: 'MPLUS1p-Black';
  font-weight: 800;
  margin-bottom: 20px;
}

.member_rank .content_box .box {
  padding: 10px;
  margin-bottom: 20px;
}

.member_rank .content_box .box h5 {
  color: #000;
  font-size: 20px;
  font-family: 'LINESeedSansTH_Bd';
  font-weight: 700;
  margin-bottom: 20px;
}

.member_rank .content_box .box p {
  color: #000;
  font-size: 16px;
  font-family: 'LINESeedSansTH_Rg';
  font-weight: 400;
}

.member_rank .rank_grid h5 {
  color: #000;
  font-size: 20px;
  font-family: 'LINESeedSansTH_Bd';
  font-weight: 700;
  padding: 10px;
  margin-bottom: 20px;
}

.member_rank .rank_grid .rank_box {
  display: flex;
  flex-wrap: wrap;
}

.member_rank .rank_grid .rank_box .rank_card {
  width: calc(33% - 8px);
  margin-right: 10px;
  box-shadow: 0px 0px 20px 0px #0000001A;
  padding: 25px 25px;
  border-radius: 12px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.member_rank .rank_grid .rank_box .rank_card h2 {
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
  font-family: 'LINESeedSansTH_Bd';
  font-weight: 700;
}

.member_rank .rank_grid .rank_box .rank_card p {
  color: #000000;
  font-size: 16px;
  font-family: 'LINESeedSansTH_Bd';
  font-weight: 400;
  line-height: 1.6em;
}

.member_rank .rank_grid .rank_box .rank_card img {
  border-radius: 8px;
  width: 100%;
}

.biggner_text {
  color: #3A5BC9 !important;
}

.bronze_text {
  color: #A65028 !important;
}

.sliver_text {
  color: #828B92 !important;
}

.gold_text {
  color: #CA9F31 !important;
}

.vip_text {
  color: #9A8470 !important;
}

.member_rank {
  padding: 30px 0;
}