.block-membership-cta {
  height: auto;
  width: 100%;
  display: block;
  background-color: #292929;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 50px;
}

.membership-cta__cta {
  background-color: #fcc51c;
  text-decoration: none;
  width: 300px;
  height: 60px;
  display: flex;
  margin: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #292929 !important;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}
.block-membership-cta__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 750px;
  text-align: center;
  color: #fff;
  padding: 30px;
}
.mobile-logo {
  display: none;
}
.membership-cta__top-copy {
  border-bottom: 2px solid #fff;
  width: max-content;
  margin: auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #d9d9d9;
}
.block-membership-cta__content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: #CCCCCC;
}

.block-membership-cta__content p a{
  color: #CCCCCC !important;
}
.block-membership-cta__content h2 {
  font-size: 36px;
  text-transform: capitalize;
}
.block-membership-cta__logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9;
}
@media (max-width: 992px) {
  .membership-cta__top-copy {

    font-size: 20px;
  }
  .block-membership-cta__content {
    width: 60%;
    max-width: 700px;
 
  }
  .block-membership-cta__logo {
    width: 240px;
  }
  .block-membership-cta__content p {
    font-weight: 100;
    font-size: 14px;
    line-height: 110%;
  }
  .block-membership-cta__content h2 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .block-membership-cta__content {
    width: 80%;
  }

  .desktop-logo {
    display: none;
  }
  .block-membership-cta__logo.mobile-logo {
    position: relative;
    display: block;
    width: 60%;
    top: unset !important;
    left: unset !important;
    margin: 1rem auto !important;
  }
}

@media (max-width: 600px) {
  .block-membership-cta__content {
    width: 100%;
    max-width: 700px;
 
  }
  .block-membership-cta__content p {

    line-height: 110%;

  }
  .block-membership-cta__logo.mobile-logo {
    width: 100%;
  }
  .block-membership-cta__content h2 {
    font-size: 38px !important;
    line-height: 110%;
  }

  .membership-cta__cta {
    background-color: #fcc51c;
    text-decoration: none;
    width: 100%;
    max-width: 220px;
    height: 40px;
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #000;
  }
}

@media screen and (max-width: 450px) {
  .block-membership-cta__content h2 {
    font-size: 28px !important;
  }
}
