.style-5 .overline {
   margin-bottom:16px;
  justify-content:left;
}

.style-5 .cta-description h3{
  margin:0px 0px 12px 0px;
  color:#fff;
}

.style-5 .cta-description p {
  color:#E3E3E3;
  width:552px;
  margin:0px 0px 68px 0px;
}


.style-5 .button span, .style-5 .fa-solid {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
  text-transform: capitalize;
/*    color:#0D0A2C !important; */
}

}


 @media only screen and (max-width:560px) {

.style-5 .cta-description p {
  width:auto ;
}
}