.join-us-container{
  background-image: url('/static/assets/images/new_buyer/joinus_1.jpg');
  background-repeat: none;
  background-size: cover;
  /* background-color: var( --primary-color); */

}
.joinus-heading{
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: white;
  margin-bottom: 74px;
  padding-top:32px;
  word-break: break-word;
}
.joinus-sub-heading{
  font-weight: 700;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: white;
}
.jointus-sub-text{
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: white;
  word-break: break-word;

}
.jointus-sub-container{
  justify-content: space-around;
  flex-wrap: wrap;
    padding-bottom: 52px;
}
.join-now-btn-adj{
  padding-bottom: 52px;
}
.btn-join-now{
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--headings-txt-color);
  background-color: white;
  border-radius: 4px;
  padding-top:15px;
  padding-bottom:15px;
  width: 240px;
  height: 48px;
 
}
@media screen and (max-width: 991px) {
.jointus-sub-container{
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
   padding-bottom: 0;
}
.jointus-sub-text{
  margin-bottom: 16px;
}
}
@media screen and (max-width: 767px) {
  .joinus-heading {
      font-weight: 500;
      font-size: 21px;
      line-height: 28px;
      margin-bottom: 16px;
  }
  .joinus-sub-heading{
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }
  .jointus-sub-text{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 48px;
 
  }
  .btn-join-now{
    margin-top:0;
    margin-bottom: 45px;
  }
  .jointus-sub-container {
    width: 96%;
    margin: 0 auto;
    justify-content: space-around;
    padding-bottom: 0;
  }
  .join-now-btn-adj{
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 475px) {
  .jointus-sub-container {
    width: 85%;
    margin: 0 auto;
    justify-content: center;
      padding-bottom: 0;
  }
  .jointus-sub-container div{
    min-width:100px;
  }
  .join-now-btn-adj{
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 375px) {
  .jointus-sub-container {
    width: 100%;
      padding-bottom: 0;
  }
  .jointus-sub-container div{
    min-width:106px;
  }
   .join-now-btn-adj{
    padding-bottom: 0px;
  }
}