.lumigo-section.text-image-section {
  position: relative;
  padding-top: 160px;
}
.lumigo-section.text-image-section::before {
  content: "";
  width: 100%;
  height: 489px;
  position: absolute;
  top: 0;
  background: linear-gradient(0deg, #0b0c14 0%, #11121e 100%);
}

section.text-image-section .content-container {
  max-width: 1134px;
  margin: 0 auto;
  position: relative;
}

.text-group {
  max-width: 520px;
}

section.text-image-section h2.section-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.01rem;
  background: linear-gradient(180deg, #ffffff 0%, #c9d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  margin-top: 0px;
}

.bullet-single {
  margin-top: 48px;
}

section.text-image-section .bullet-title {
  font-family: "Cal Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02rem;
  color: white;
  margin-bottom: 12px;
}

section.text-image-section .bullet-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.01rem;
  color: #96a0bc;
}

section.text-image-section .media-group {
  height: 560px;
}

section.text-image-section .image-container {
  max-width: 1155px;
  height: auto;
  position: relative;
  top: -230px;
  z-index: -1;
  isolation: isolate;
}
section.text-image-section .image-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 190px;
  background-color: red;
  bottom: 5px;
  left: 0;
  background: linear-gradient(0deg, #0b0c14 0%, rgba(11, 12, 20, 0) 100%);
}

section.text-image-section .image-container img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ffffff1a;
}

section.text-image-section .cta-group {
  margin-top: 45px;
}

@media screen and (max-width: 1130px) {
  section.text-image-section {
    overflow: hidden;
  }

  section.text-image-section .text-group {
    padding-inline: 26px;
  }
}

@media screen and (max-width: 980px) {
  section.text-image-section {
    overflow-x: clip;
  }
  .lumigo-section.text-image-section{
    padding-top: 100px;
  }

  section.text-image-section .image-container img {
    width: 150%;
    height: auto;
    transform: translateX(-25%);
  }

  section.text-image-section h2.section-title {
    font-size: 30px;
    line-height: 33px;
  }

  section.text-image-section .bullet-title {
    font-size: 18px;
    line-height: 20px;
  }

  section.text-image-section .bullet-text {
    font-size: 14px;
    line-height: 18px;
  }

  section.text-image-section .image-container {
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  section.lumigo-section.text-image-section .cta-group {
    margin-top: 36px;
  }
  section.lumigo-section.text-image-section .image-container::after{
    height: 100px;
  }
  section.lumigo-section.text-image-section .media-group{
    height: unset;
    padding-bottom: 100px;
  }
  section.lumigo-section.text-image-section .cta-single span{
    padding: 12px 16px;
  }
}
