#content {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.91) 29.21%,
    #000 75.51%
  );
  overflow: hidden;
}

#content > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52.48925rem;
  object-fit: cover;
  /* z-index: 1; */
  border-radius: 0.1465rem;
}

#content .container {
  display: flex;
  justify-content: space-between;
  padding-top: 41.75rem;
  padding-bottom: 8.45rem;
  position: relative;
  z-index: 2;
}

#content .container .content__left {
  width: 32.0625rem;
  margin-right: 10.25rem;
  color: var(--text-white);
  font-size: var(--font-size-H5);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#content .container .content__right {
  flex: 1;
  color: var(--text-text-oxford-blue-0);
  font-size: var(--font-size-sub1);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.03125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
}

#content .overlay__black {
  position: absolute;
  width: 100%;
  height: 45.43825rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.91) 29.21%,
    #000 75.51%
  );
}

#content .overlay__left {
  width: 47.90919rem;
  height: 47.90919rem;
  border-radius: 47.90919rem;
  opacity: 0.5;
  background: radial-gradient(
    99.71% 100.74% at 51.25% 36.08%,
    #5328ff 0%,
    #3de1f7 100%
  );
  filter: blur(250px);
  position: absolute;
  z-index: 1;
  left: -14.76rem;
  bottom: -25rem;
}

#content .overlay__right {
  width: 47.90919rem;
  height: 47.90919rem;
  border-radius: 47.90919rem;
  opacity: 0.2;
  background: radial-gradient(
    99.71% 100.74% at 51.25% 36.08%,
    #5328ff 0%,
    #3de1f7 100%
  );
  filter: blur(250px);
  position: absolute;
  z-index: 1;
  right: -20rem;
  bottom: -24rem;
}

@media screen and (max-width: 639px) {
  #content {
    background: var(--color-dark-charcoal);
  }

  #content > .image {
    height: 12.30219rem;
    position: unset;
  }

  #content .container {
    padding-top: 0;
    padding-bottom: 3.75rem;
    flex-direction: column;
  }

  #content .container .content__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.94rem;
    letter-spacing: 0.03125rem;
  }

  #content .overlay__black {
    height: 12.30219rem;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.83%, #000 100%);
  }

  #content .overlay__right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.38rem;
  }

  #content .overlay__left {
    width: 43.96875rem;
    height: 43.96875rem;
    position: absolute;
    left: -25.6345rem;
    bottom: 0;
    border-radius: 43.96875rem;
    opacity: 0.5;
    background: radial-gradient(
      99.71% 100.74% at 51.25% 36.08%,
      #5328ff 0%,
      #3de1f7 100%
    );
    filter: blur(250px);
  }

  #content .container .content__right {
    gap: 0.38rem;
  }
}
