.full-width-content { 
  position: relative; 
  width: 100%; 
  padding: 24px 0; 
  background: #0E151D;
}
.full-width-content .title {  
  max-width: 600px; 
  margin: 0 auto;
  text-align: center;
}
.full-width-content .title h3 {
  text-align: center;
}
h3 span { 
  color: #B3FF5C;
}
/* CTA button wrapper */
.full-width-content .button-1 {
  text-align: center;
  margin-top: 32px;
}
.full-width-content .button-1 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 48px;
  padding: 8px 16px;
  border-radius: 200px;
  background: #B3FF5C;
  color: #0E151D;
  font-family: Dazzed;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}
.full-width-content .content { 
  max-width: 500px; 
  margin: 0 auto; 
  color:#CDCDCD;
  font-feature-settings: 'ss03' on, 'ss05' on;
  font-family: Dazzed;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .full-width-content .title h3 {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .full-width-content {
    padding: 70px 0;
  }
  .full-width-content .title h3 {
    font-size: 28px;
    font-weight: 500;
  }
  .full-width-content .content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .full-width-content .content p {
    font-size: 16px;
    line-height: 170%;
  }
}
@media (max-width: 480px) {
  .full-width-content {
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .full-width-content .title