.about-background-2 {
  padding: 20px 20px 64px;
  background: #ffffff;
}

.about-background-2 .about-background-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 48px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(184, 181, 255, 0.42);
  box-shadow: 0 10px 26px rgba(120, 104, 230, 0.14);
}

.about-background-2 .about-background-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 48px;
  align-items: start;
}

.about-background-2 .about-background-column {
  min-width: 0;
}

.about-background-2 .about-background-eyebrow {
  margin: 0 0 26px;
  font-family: 'Mulish', sans-serif;
  font-size: var(--section-eyebrow-size);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.about-background-2 .about-background-heading {
  margin: 0 0 30px;
  max-width: 620px;
  font-family: 'Mulish', sans-serif;
  font-size: var(--section-heading-size);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #232325;
}

.about-background-2 .about-background-copy {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(35, 35, 37, 0.86);
}

.about-background-2 .about-background-copy--right {
  padding-top: 82px;
}

.about-background-2 .about-background-services {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-background-2 .about-background-service-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Mulish', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: var(--color-primary);
  text-decoration: none;
}

.about-background-2 .about-background-service-link:hover {
  color: #968cff;
}

.about-background-2 .about-background-service-arrow {
  font-size: 22px;
  line-height: 1;
}

.about-background-2 .about-background-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 72px;
  margin-top: 46px;
  padding: 18px 32px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 14px 28px rgba(120, 104, 230, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-background-2 .about-background-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(120, 104, 230, 0.34);
}

@media (max-width: 1279px) {
  .about-background-2 .about-background-shell {
    padding: 52px 40px;
  }

  .about-background-2 .about-background-grid {
    gap: 40px;
  }

  .about-background-2 .about-background-copy--right {
    padding-top: 72px;
  }
}

@media (max-width: 1023px) {
  .about-background-2 {
    padding: 12px 20px 56px;
  }

  .about-background-2 .about-background-shell {
    padding: 40px 30px;
  }

  .about-background-2 .about-background-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-background-2 .about-background-heading {
    font-size: var(--section-heading-size-tablet);
  }

  .about-background-2 .about-background-copy--right {
    padding-top: 0;
  }

  .about-background-2 .about-background-cta {
    margin-top: 34px;
  }
}

@media (max-width: 767px) {
  .about-background-2 .about-background-shell {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .about-background-2 .about-background-eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .about-background-2 .about-background-heading {
    margin-bottom: 22px;
    font-size: var(--section-heading-size-mobile);
  }

  .about-background-2 .about-background-copy {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-background-2 .about-background-services {
    margin-top: 28px;
    gap: 16px;
  }

  .about-background-2 .about-background-service-link {
    gap: 12px;
    font-size: 16px;
  }

  .about-background-2 .about-background-cta {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    margin-top: 30px;
    padding: 18px 24px;
    font-size: 16px;
  }
}
