
._cta1-buttons a {
  margin: 0 auto
}


._cta1-content {
  border-radius: 2.8rem;
  display: flex
}

._cta1-title {
  font-size: 2.2rem
}


._cta1-content {
  background-color: var(--color-primary);
  padding: 3rem 5rem;
  flex-direction: column;
  gap: 3rem
}

._cta1-title {
  color: #fff;
  text-align: center;
  font-weight: 700
}

._cta1-description {
  text-align: center;
  color: #fff;
  line-height: 180%
}

._cta1-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center
}

@media(min-width:768px) {
  ._cta1-content {
    padding: 5rem
  }

  ._cta1-title {
    font-size: 4rem
  }

  ._cta1-buttons {
    flex-direction: row;
    gap: 4rem
  }
}

@media(min-width:1580px) {
  ._cta1-title {
    font-size: 5.5rem
  }
}
