html,
body {
  overflow-x: hidden;
}

#become-a-member-hero {
  padding-top: 4rem;
  margin-bottom: 12rem;
}

#become-a-member-hero .wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 2.5rem;
}

#become-a-member-hero .btn-green .vc_btn3 {
  margin-left: 2rem;
}

h1,
.entry-content h1 {
  line-height: 1em;
}

#become-a-member-hero .vc_column-inner {
  padding-left: 0;
}

#become-a-member-hero .wpb_wrapper {
  padding-right: 4rem;
}

#become-a-member-hero .become-a-member-hero-img img {
  position: absolute;
  min-width: 100rem;
  top: -7rem;
}

#individual-memberships {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

#individual-memberships .pricing-box {
  padding: 3rem;
  border-radius: 1.5rem;
  width: 28rem;
  margin-right: 2rem;
}

#individual-memberships .pricing-box h4,
#organisational-memberships .pricing-box h4 {
  font-size: 2.5rem;
}

#individual-memberships .pricing-box h5,
#organisational-memberships .pricing-box h5 {
  font-size: 4.5rem;
}

#individual-memberships .professional-pricing-box,
#individual-memberships .student-pricing-box {
  background-color: #153a63;
  border: 2px solid #153a63;
}

.mce-content-body {
  font-family: 'Kanit semi-bold';
}

#individual-memberships .professional-pricing-box h4,
#individual-memberships .student-pricing-box h4,
#individual-memberships .professional-pricing-box p,
#individual-memberships .student-pricing-box p,
#individual-memberships .professional-pricing-box h5,
#individual-memberships .student-pricing-box h5 {
  color: #e8f8ff;
}

#individual-memberships .graduate-pricing-box,
#individual-memberships .affiliate-pricing-box {
  border: 2px solid #153a63;
}

#organisational-memberships {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

#organisational-memberships .pricing-box {
  margin-right: 2rem;
  width: 36rem;
  border-radius: 2rem;
}

#organisational-memberships .pricing-box .vc_column-inner {
  border-radius: 1.5rem;
}

#organisational-memberships .pricing-box h4,
#organisational-memberships .pricing-box h5,
#organisational-memberships .pricing-box p {
  color: white;
}

#organisational-memberships .pricing-box p {
  padding: 1rem;
}

#organisational-memberships .pricing-box .btn {
  margin-top: -2rem;
  margin-bottom: 6rem;
}

#member-discounts-section {
  margin-top: 12rem;
}

#member-discounts-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
  flex-direction: row;
}

#member-discounts-section ul img {
  width: 14rem;
}

#member-discounts-section img {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

@media (max-width: 915px) {
  #become-a-member-hero {
    padding-top: 0;
    height: 81vh;
  }

  #become-a-member-hero .wpb_wrapper {
    padding-right: 0;
  }

  #become-a-member-hero .btn-green .vc_btn3 {
    margin-left: 0;
  }

  #become-a-member-hero .become-a-member-hero-img img {
    min-width: 0;
    top: 0;
  }

  #individual-memberships .pricing-box {
    margin: auto;
    width: 35rem;
    margin-bottom: 2rem;
  }

  #organisational-memberships {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #organisational-memberships .pricing-box {
    width: 84vw;
    margin-bottom: 2rem;
  }

  #cta-section .cta-right-col {
    position: static;
  }

  #cta-section .vc_custom_1746615934336 {
    height: 40vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1230px) {
  #become-a-member-hero .btn-green {
    margin-left: 2rem;
  }

  #become-a-member-hero {
    height: 64rem;
  }
}
