.service-cta-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.service-cta-button {
  width: calc( 100% / 3 -16px );
  font-weight: bold;
}

@media screen and (max-width:1020px) {
  .service-cta-wrapper {
    flex-direction: column;
  }
}