.benefit .table-rounded th:nth-child(2) {
  min-width: 196px;
  border: 1px solid #e67c7e;
  border-bottom: 1px solid #ededed;
}
.benefit .table tr b {
  color: #e67c7e;
}
.prie-membership .card {
  width: 100%;
}
.prie-membership .card-cyan {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
}
.prie-membership .card-body {
  padding: 0;
}
.prie-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 16px 16px 16px;
}
.prie-content .item {
  background-color: #fff;
  flex: 0 0 calc(50% - 4px);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 32px 6px 16px 6px;
  text-align: center;
  position: relative;
}
.prie-content .item .number {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #45c4b7;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 14px;
}
.prie-content .item .number span {
  font-size: 16px;
  font-weight: 700;
}
.prie-content .item .info,
.prie-content .item .info-2 {
  font-weight: 700;
}
.prie-content .item .info-2 span:last-child {
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .img-member-friends {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 333px);
  }
  .prie-membership .card-cyan h3.card-title {
    font-size: 22px;
    height: 58px;
    line-height: 58px;
  }
  .prie-content .item {
    display: flex;
    padding: 16px 32px;
    text-align: left;
    gap: 16px;
    align-items: center;
  }
  .prie-content .item .number {
    position: relative;
    min-width: 56px;
    min-height: 56px;
    top: auto;
    left: auto;
    transform: none;
    font-size: 11.2px;
    font-weight: 500;
  }
  .prie-content .item .number span {
    font-size: 22.4px;
    margin-top: 6px;
  }
  .prie-content .item img {
    width: 32px;
  }
  .prie-content .item p.pc-only {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .member_friends .card-cyan h3.card-title {
    font-size: 16px;
    height: 43px;
    line-height: 43px;
  }
  .prie-content .item p span {
    font-size: 16px;
  }
  .prie-content .item .info {
    font-size: 14px;
  }
  .prie-content .item .info-2 span:first-child {
    font-size: 22px;
  }
  .prie-content .item .info-2 span:last-child {
    font-size: 12px;
  }
}
