.join-the-zion-cta-section{
   background: #F47723;
   padding:46px 0px;
}
.join-the-zion-cta-container{
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.join-the-zion-cta-container .joinleft-content {
    width: 80%;
}
.join-the-zion-cta-container .right-btn-box {
    width: 20%;
    display: flex;
    justify-content: right;
}
.join-the-zion-cta-container h2{
     font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
}
.join-the-zion-cta-container p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0;
    color:#fff;
    margin:0;
    padding:0;
}
.join-the-zion-cta-container a {
    max-width: 160px;
    width: 100%;
    display: block;
    height: 46px;
    padding: 12px 10px;
    text-decoration: none;
    border-radius: 10px;
    color: #F47723;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}
.join-the-zion-cta-container a:hover {
    background: #000;
    color: #fff;
}
