.membershipAllWrap {
  width: 100%;
  height: auto;
}
.membershipAllWrap .contentSection .contentMain .membershipArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .leftArea {
  width: 50%;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .leftArea img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea {
  width: 80%;
  padding: 0 30px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1b3b86;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea span {
  font-weight: 700;
  font-size: 22px;
  color: #000;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea p {
  color: #3d3d3d;
  margin-top: 14px;
}