.CTAjoinSec h2 {
    font-size: 3rem;
    color: var(--NavyBlue);
    font-weight: 700;
  }

  .CTAjoinSec h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 2rem;
}
.CTAjoinSec {
  text-align: center;
  position: relative;
  padding: 3rem 9rem;
  margin: 2.5rem 0;
}

  .CTAjoinSec .inside-wrapper {
    margin: auto;
    max-width: 840px;
}

.CTAjoinSec .borderTop::before {
  position: absolute;
  height: 100px;
  width: 500px;
  content: "";
  border-top: 1px solid var(--GlacialBlue);
  left: 0;
  border-left: 1px solid var(--GlacialBlue);
  top: -37px;
  margin-left: -6rem;
  z-index: -1;
}
  .CTAjoinSec .borderTop {
    position: relative;
  }
  .CTAjoinSec .borderBottom{
    position: relative; 
  }

.CTAjoinSec .borderBottom::before {
  position: absolute;
  height: 100px;
  width: 500px;
  content: "";
  border-bottom: 1px solid var(--GlacialBlue);
  right: 0;
  border-right: 1px solid var(--GlacialBlue);
  bottom: -37px;
  margin-right: -6rem;
  z-index: -1;
}


.CTAjoinSec .button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0px -10px;
  text-align: end;
  
}

.BD-cta-btn {
  border: 1px solid #dbdcdd33;
  padding: 1rem;
  font-size: 2rem;
  font-family: "Futura PT",sans-serif;
  font-weight: 400;
  line-height: .8;
  color: var(--StoneGrey);
  margin: 0 .5rem;
  position: relative;
  width: 222px;
  display:block;
}
.BD-cta-btn span {
  font-size: .9rem;
  font-family: "Open Sans",sans-serif;
}
.BD-cta-btn span::before {
  position: absolute;
  content: "";
  height: 2.5rem;
  width: 3.5rem;
  border-right: 1px solid var(--PumpkinSpice);
  border-bottom: 1px solid var(--PumpkinSpice);
  bottom: .6rem;
  right: .6rem;
}
  @media screen and (max-width: 1080px) {
    .CTAjoinSec .borderTop::before {
      width: 300px;
      left: 0;
      top: -24px;
      margin-left: 0;
    }

    .CTAjoinSec .borderBottom::before {
      width: 300px;
      right: 0;
      bottom: -24px;
      margin-right: 0;
    }

  }
  @media screen and (max-width: 768px) {
    .CTAjoinSec::after, .CTAjoinSec::before {
      width: 50%;
    } 
    .CTAjoinSec h3 {
      font-size: 1.5rem;
    }
    .CTAjoinSec h2 {
      font-size: 2rem;
    }
   
    .CTAjoinSec .inside-wrapper {
      padding: 0 1rem;
    }
    .CTAjoinSec {
      padding: 6rem 1rem;
    }
    
  }
  @media screen and (max-width: 668px) {
    .CTAjoinSec .button-wrapper {
      justify-content: center;
      margin: auto;
      width: 50%;
    }
    .BD-cta-btn {
      margin: .5rem;
    }
  }


  