.nt-manifold-banner {
  display: flex;
  align-items: center;
  max-width: 1430px;
  min-height: 473px;
  margin: 60px auto 0;
  overflow: hidden;
  background: #faf9fa;
  border: 2px solid #846c8d;
  border-radius: 10px;
}

.nt-manifold-banner__content,
.nt-manifold-banner__media {
  min-width: 0;
  width: 50%;
}

.nt-manifold-banner__content {
  padding: 89px 30px 60px 77px;
}

.nt-manifold-banner__title {
  display: block;
  margin: 0;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.22;
  color: #846c8d;
  text-transform: uppercase;
}

.nt-manifold-banner__subtitle {
  display: block;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.22;
  color: #1d1d1d;
  text-transform: uppercase;
}

.nt-manifold-banner__buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}

.nt-manifold-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border-radius: 30px;
}

.nt-manifold-banner__button--primary {
  color: #fff;
  background: linear-gradient(180deg, #856c8b 0%, #151a2e 100%);
}

.nt-manifold-banner__button--primary:hover {
  color: #fff;
  background: #2e302e;
}

.nt-manifold-banner__button--secondary {
  padding: 13px 50px;
  color: #846c8d;
  background: #fff;
  border: 2px solid #846c8d;
}

.nt-manifold-banner__button--secondary:hover {
  color: #fff;
  background: #2e302e;
}

.nt-manifold-banner__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  text-align: right;
}

.nt-manifold-banner__media img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 430px;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .nt-manifold-banner {
    display: block;
    min-height: 0;
    margin-top: 40px;
    padding: 20px;
  }

  .nt-manifold-banner__content,
  .nt-manifold-banner__media {
    width: 100%;
  }

  .nt-manifold-banner__content {
    padding: 0;
  }

  .nt-manifold-banner__title,
  .nt-manifold-banner__subtitle {
    font-size: 36px;
    line-height: 1.12;
  }

  .nt-manifold-banner__buttons {
    display: block;
    margin-top: 20px;
  }

  .nt-manifold-banner__button {
    width: 100%;
  }

  .nt-manifold-banner__button + .nt-manifold-banner__button {
    margin-top: 12px;
  }

  .nt-manifold-banner__media {
    justify-content: center;
    margin-top: 20px;
    text-align: center;
  }

  .nt-manifold-banner__media img {
    max-height: 320px;
  }
}
