#ctaBoxTnt {
    text-align: center;
   
}
.ctaBoxTntClass{
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%)  ;
    color: white ;
    padding: 16px 32px ;
    border-radius: 12px  ;
    font-weight: 600  ;
    text-decoration: none  ;
    display: inline-block  ;
    transition: all 0.3s ease  ;
    border: none  ;
}

.ctaBoxTntClass:hover {
    transform: translateY(-2px)  ;
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
    cursor: pointer
}

.wpb_wrapper div.cta-box a {
    color: #ffff !important;
}

.wpb_text_column {
  color: #8a8f98;
}
ul li {
  color: #8d94a0;
}