.info-image-text {
  display: flex;
  flex-direction: column;
  gap: 82px;
  background: radial-gradient(174.6% 90.76% at 19.33% 65.45%, rgba(141, 95, 255, 0.40) 0%, rgba(141, 95, 255, 0.00) 100%), linear-gradient(0deg, #483698 0%, #483698 100%), #F0F0F0;
  width: 100%;
  color: var(--light-color);
  overflow: hidden;
}

.info-image-text__wrapper {
  position: relative;
}

.info-image-text__wrapper::before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  transform: translateX(calc(-50% + 40px));
  border-radius: 50%;
  width: 564px;
  height: 565px;
  border: 2px solid var(--brand-color-yellow);
}

.info-image-text__media {
  overflow: hidden;
  border-radius: 50%;
  width: 356px;
  height: 356px;
  border: 5px solid var(--brand-color-yellow);
  margin-top: -23px;
  margin-left: -27px;
}

.info-image-text__media img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.info-image-text__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 17px 180px;
}

.info-image-text__title h2,
.info-image-text__title h3,
.info-image-text__title p {
  font-size: 54px;
  font-weight: 300;
  letter-spacing: -4.32px;
  line-height: 56px;
  margin: 0;
}

.info-image-text__description h2,
.info-image-text__description h3,
.info-image-text__description p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.54px;
  line-height: 27px;
  margin: 0;
}

.info-image-text__description strong,
.info-image-text__title strong {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .info-image-text {
    gap: 68px;
  }
  .info-image-text__wrapper::before {
    bottom: 9px;
    left: 0;
    transform: translateX(calc(-50% + 120px));
    width: 837px;
    height: 837px;
  }
  .info-image-text__media {
    width: 588px;
    height: 589px;
    margin-top: -77px;
    margin-left: -42px;
  }
  .info-image-text__content {
    gap: 50px;
    padding: 40px 89px 154px;
  }
  .info-image-text__title {
    padding-right: 56px;
  }
  .info-image-text__title h2,
  .info-image-text__title h3,
  .info-image-text__title p {
    font-size: 72px;
    letter-spacing: -5.76px;
    line-height: 62px;
  }
  .info-image-text__description {
    padding-left: 215px;
  }
  .info-image-text__description h2,
  .info-image-text__description h3,
  .info-image-text__description p {
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .info-image-text {
    min-height: 600px;
    flex-direction: row;
    gap: 0;
  }
  .info-image-text__wrapper {
    flex: 0 0 50%;
  }
  .info-image-text__wrapper::before {
    top: -168px;
    bottom: 0;
    left: 0;
    transform: translateX(calc(-50% + 30px));
    width: 792px;
    height: 793px;
  }
  .info-image-text__media {
    width: 500px;
    height: 500px;
    margin-top: -30px;
    margin-left: -50px;
  }
  .info-image-text__content {
    flex: 0 0 50%;
    gap: 80px;
    padding: 169px 88px 154px 0;
  }
  .info-image-text__title {
    padding-right: 0;
  }
  .info-image-text__title h2,
  .info-image-text__title h3,
  .info-image-text__title p {
    font-size: 60px;
    letter-spacing: -4.8px;
    line-height: 58px;
  }
  .info-image-text__description {
    padding-left: 109px;
  }
  .info-image-text__description h2,
  .info-image-text__description h3,
  .info-image-text__description p {
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1366px) {
  .info-image-text {
    min-height: 770px;
  }
  .info-image-text__wrapper::before {
    top: -151px;
    transform: translateX(calc(-50% + 70px));
    width: 1051px;
    height: 1051px;
  }
  .info-image-text__media {
    width: 664px;
    height: 664px;
    margin-top: -28px;
    margin-left: -31px;
  }
  .info-image-text__content {
    padding: 179px 137px 203px 0;
  }
  .info-image-text__title h2,
  .info-image-text__title h3,
  .info-image-text__title p {
    font-size: 72px;
    letter-spacing: -5.76px;
    line-height: 62px;
  }
  .info-image-text__description {
    padding-left: 159px;
  }
  .info-image-text__description h2,
  .info-image-text__description h3,
  .info-image-text__description p {
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1920px) {
  .info-image-text {
    min-height: 1080px;
  }
  .info-image-text__wrapper::before {
    top: -296px;
    bottom: 0;
    left: 0;
    transform: translateX(calc(-50% + 100px));
    width: 1511px;
    height: 1511px;
  }
  .info-image-text__media {
    width: 955px;
    height: 955px;
    margin-top: -120px;
    margin-left: -45px;
  }
  .info-image-text__content {
    padding: 397px 264px 400px 74px;
  }
  .info-image-text__title {
    padding-right: 88px;
  }
  .info-image-text__description {
    padding-left: 160px;
  }
}
