.cta__content span:first-child {
  font-family: "EuropeExtBold";
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  display: grid;
  gap: 10px;
}

.cta__content span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}

.cta__wrapper {
  background:
    linear-gradient(rgba(28, 61, 102, 0.9), rgba(28, 61, 102, 0.9)), url("../../../assets/img/cta-bg.jpg") center / cover no-repeat;
  height: auto;
  padding: 10px 50px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta__wrapper button {
  align-self: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--descriptions-color);
}

@media (max-width: 1280px) {
  .cta__wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 50px 10px;
    padding-bottom: 0;
  }

  .cta__wrapper img {
    order: 1;
  }

  .cta__content span:first-child {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
