.join-gym .terms-and-policy p{
    margin: 0 !important;
    margin-top: 1rem !important;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -.26px;
    line-height: 27px;
}
.join-gym .terms-and-policy h2 {
    padding-bottom: 37.5px;
    text-align: center;
    font-size: 45px;
    letter-spacing: -.6px;
    padding-top: 75px;
    color: #9b1f60;
}
.join-gym .terms-and-policy a{
    color: rgb(0,144,71);
}
.join-gym .terms-and-policy ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 0 !important;
    margin-top: 1rem !important;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.26px;
    line-height: 27px;
    color: #9b1f60;
}
.join-gym {
    margin-bottom: 0px !important;
}

.join-gym .terms-and-policy ol li p{
    margin: 0 !important;
    margin-top: 1rem !important;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -.26px;
    line-height: 27px;
    color: #303030;
}
.join-gym .terms-and-policy ol li p strong {
    font-weight: 400;
    color: #303030;
}

.join-gym .terms-and-policy ol li {
    counter-increment: my-awesome-counter;
    margin-top: 16px;
  }

.join-gym .terms-and-policy ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #9b1f60;
    font-weight: 400;
}
.join-gym .terms-and-policy ol li ol {
    list-style: none;
    margin: 0 !important;
    margin-top: 1rem !important;
    font-size: 18px;
    letter-spacing: -.26px;
    line-height: 27px;
    color: #303030;
    font-weight: 300;
}
.join-gym .terms-and-policy ol li ol li{
    counter-increment: listStyle;
    margin-top: 16px;
  }
.join-gym .terms-and-policy ol li ol li::before {
    content: counter(listStyle, lower-alpha) ". ";
    color: #303030;
    font-weight: 400;
    padding-right: 5px;
}
.join-gym .terms-and-policy ul {
    list-style:square;
    margin: 0 !important;
    margin-top: 1rem !important;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -.26px;
    line-height: 27px;
    color: #303030;
}
.join-gym .terms-and-policy ul li{
    margin-top: 2px;
  }
.join-gym .terms-and-policy ul li::before {
    content:none;
    color: #303030;
    font-weight: 300;
    padding-right: 5px;
}