.cta-content-widget {
  position: relative;
  padding: 0;
  background: transparent;
}

.cta-content-inner {
  margin: 0 auto;
}

.cta-content-text p:last-child {
  margin-bottom: 0;
}

.cta-content-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

@media (max-width:620px) {
  .cta-content-text {
    text-align: center;
  }

  .cta-content-buttons {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
