.title-with-columns {
  position: relative;
  overflow: hidden;
  padding: 100px 16px;
  display: grid;
  gap: 60px;
}
.title-with-columns.title-with-columns--dark {
  background: radial-gradient(180.61% 79.5% at 19.03% 22.8%, rgba(141, 95, 255, 0.40) 0.22%, rgba(141, 95, 255, 0.00) 100%), #483698;
  color: var(--light-color);
}

.title-with-columns__title h2 {
  font-size: 56px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -3.36px;
  margin: 0;
}

.title-with-columns__title h3 {
  font-size: 1rem;
}

.title-with-columns__title strong {
  font-weight: 600;
}

.title-with-columns__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 40px;
}

.title-with-columns__first-column, .title-with-columns__second-column {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.54px;
}

.title-with-columns__first-column h2, .title-with-columns__second-column h2 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

.title-with-columns__first-column strong, .title-with-columns__second-column strong {
  font-weight: 500;
}
.title-with-columns__first-column h2 strong, .title-with-columns__second-column h2 strong {
  font-weight: 600;
}

.title-with-columns__first-column h3, .title-with-columns__second-column h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0px 0 20px;
}

.title-with-columns__first-column h3:last-child::after {
  content: '';
  display: block;
  margin-top: 40px;
  width: 40px;
  height: 2px;
  background-color: var(--brand-color-yellow);
}
.title-with-columns--dark .title-with-columns__first-column h3:last-child::after {
  background-color: var(--light-color);
}

.title-with-columns__first-column p, .title-with-columns__second-column p {
  margin: 0;
  padding-bottom: 25px;
}

.title-with-columns__first-column p:first-child, .title-with-columns__second-column p:first-child {
  padding-top: 0px;
}

.title-with-columns__first-column p:last-child, .title-with-columns__second-column p:last-child,
.title-with-columns__first-column h3:last-child, .title-with-columns__second-column h3:last-child,
.title-with-columns__first-column h2:last-child, .title-with-columns__second-column h2:last-child {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.title-with-columns__second-column {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.title-with-columns__link {
  display: flex;
}

.title-with-columns__link a {
  align-items: center;
  background: linear-gradient(101deg, #8D5FFF 5.16%, #553999 115.5%);
  border-radius: 100px;
  color: var(--light-color);
  display: flex;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
  line-height: 28px;
  padding: 10px 60px 10px 26px;
  position: relative;
  text-decoration: none;
}

.title-with-columns__link a::after {
  align-items: center;
  background: var(--brand-color-yellow) no-repeat center center;
  background-image: url(/themes/custom/grwpo/images/dark-arrow.svg);
  background-size: 11px;
  border-radius: 50%;
  content: "";
  height: 35px;
  position: absolute;
  right: 8px;
  width: 35px;
}

@media only screen and (min-width: 768px) {
  .title-with-columns {
    padding: 170px 59px 100px;
    gap: 90px;
  }
  .title-with-columns:not(.title-with-columns--dark)::before {
    background: url('/themes/custom/grwpo/images/storytelling/circles-background.png') center top no-repeat;
    background-size: 521px;
    background-position-x: right;
    background-position-y: top;
    bottom: 0;
    content: "";
    position: absolute;
    top: 62px;
    right: -280px;
    left: 0;
  }
  .title-with-columns.title-with-columns--dark::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('/themes/custom/grwpo/images/storytelling/background-mb.png') center top no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 268px;
    transform: scaleX(-1);
  }
  .title-with-columns__content {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    gap: 45px 88px;
  }
  .title-with-columns__title h2 {
    font-size: 62px;
    line-height: 65px;
    letter-spacing: -4.96px;
  }
  .title-with-columns__first-column h3, .title-with-columns__second-column h3 {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
  .title-with-columns__first-column {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: min-content;
    align-self: flex-start;
  }
  .title-with-columns__second-column {
    line-height: 35px;
    flex-grow: 1;
    flex-basis: min-content;
    gap: 60px;
  }
  .title-with-columns__first-column h3,
  .title-with-columns__second-column h3 {
    min-width: 223px;
  }
  .title-with-columns__first-column p, .title-with-columns__first-column h2,
  .title-with-columns__second-column p, .title-with-columns__second-column h2 {
    min-width: 338px;
  }

}

@media only screen and (min-width: 1024px) {
  .title-with-columns {
    padding: 80px 83px 130px 107px;
    gap: 100px;
  }
  .title-with-columns:not(.title-with-columns--dark)::before {
    background-size: 527px 348px;
    top: 72px;
  }
  .title-with-columns.title-with-columns--dark::before {
    background-size: 360px;
  }
  .title-with-columns__title h2 {
    font-size: 60px;
    letter-spacing: -2.8px;
    line-height: 62px;
  }
  .title-with-columns__content {
    gap: 68px;
  }
  .title-with-columns__first-column,
  .title-with-columns__second-column {
    flex: 0 0 calc(50% - 34px);
  }
}

@media only screen and (min-width: 1366px) {
  .title-with-columns {
    padding: 130px 130px 130px 188px;
  }
  .title-with-columns:not(.title-with-columns--dark)::before {
    background-size: 633px 325px;
    top: 81px;
  }
  .title-with-columns__title h2 {
    font-size: 72px;
    line-height: 74px;
    letter-spacing: -5.76px;
  }
  .title-with-columns__first-column, .title-with-columns__second-column {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  .title-with-columns__first-column h3, .title-with-columns__second-column h3 {
    font-size: 18px;
    letter-spacing: 3.6px;
  }
}

@media only screen and (min-width: 1920px) {
  .title-with-columns {
    padding: 180px 183px 180px 247px;
    gap: 120px;
  }
  .title-with-columns:not(.title-with-columns--dark)::before {
    background-size: 804px 413px;
    top: 55px;
    right: -417px;
  }
  .title-with-columns.title-with-columns--dark::before {
    bottom: -88px;
  }
  .title-with-columns__first-column h3, .title-with-columns__second-column h3 {
    font-size: 22px;
    letter-spacing: 4.4px;
  }
  .title-with-columns__second-column {
    gap: 50px;
  }
  .title-with-columns__first-column h2, .title-with-columns__second-column h2 {
    font-size: 2.5em;
    margin: 0px 0 30px;
  }
}
