.content-with-btn-inner-wrap {
    text-align: center;
}
.content-with-btn-heading h3{
    letter-spacing: 4px;
    text-transform: uppercase;
    margin:0;
    padding-bottom:30px;
  font-family: Poppins, sans-serif !important;
  }    
 .content-with-btn-content p{
    margin-bottom: 0;
    padding-bottom:30px;
   font-family: Poppins, sans-serif !important;
  }
.content-with-btn-Button{
  text-align: center;
}
span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_cta {
    display: inline-block;
}
.content-with-btn-Button a {
    align-items: center;
    background-color: #65fff1;
    border: 1px solid #65fff1;
    border-radius: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding:10px;
    text-decoration: none;
    text-transform: uppercase;
  font-family: Poppins, sans-serif !important;
}

.content-with-btn-Button a:hover {
    background-color: #fff;
    border: 1px solid #65fff1;
    border-radius: 5px;
    color: #000;
}

@media(max-width:768px){
 .content-with-btn-heading h3{
     font-size:20px!important;
    line-height:25px!important;
   padding-bottom: 20px !important;
  }    
 .content-with-btn-content p{
   font-size:13px!important;
    line-height:20px!important;
   padding-bottom: 20px;
  }
.content-with-btn-Button a { 
    letter-spacing: 0;
  }
  .content-with-btn-outer {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}