.bottom-cta-section{
    background-color:#21B155;
    padding: 140px 15px;
}
.bottom-container-cta{
   max-width: 700px;
   margin:0 auto;
  text-align:center;
}
.bottom-cta-section h2{
    font-size: 32px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Gotham';
    font-weight:700;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 42px;
}
.bottom-container-cta a{
    background: #fff;
    color:#21B155;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 13px 27px;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    border-radius: 50px;
}
.bottom-container-cta a:hover {
    background-color: #0f4372;
    color: #fff;
}
