.last__section {
  background-color: black;
  background-image: url('/images/ultimo-mobile.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;

  padding-top: 250px;
  padding-bottom: 48px;
  color: var(--primary);
  text-align: center;
}

.last__section p {
  color: var(--primary);
  margin-top: 20px;
  max-width: 75%;
  margin-inline: auto;
}

.pre-cta {
  text-decoration: underline;
  margin-bottom: 20px;
}

.last__section .link__button {
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .last__section {
    background-image: url('/images/ultimo.png');
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .last__section__content {
    max-width: 60%;
    margin: 0 auto;
  } 

  .last__section__content h2 {
    max-width: 50%;
    margin: 0 auto;
  }

  .last__section__content p {
    max-width: 55%;
    margin-inline: auto;
    line-height: 1.5;
  }
}