.hero {
  padding: 153px 0 167px;
  background-image: url("../images/ecommerce-platform/hero-bg.svg");
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 1150px) {
  .hero {
    padding-bottom: 14vw;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    padding: 30.5vw 0 10vw;
    background-image: url("../images/ecommerce-platform/hero-bg-mobile.svg");
    background-position: top left;
  }
}
.hero__top {
  padding: 8px 40px;
}
@media screen and (max-width: 1150px) {
  .hero__top {
    padding: 0.66vw 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__top {
    padding: 2.05vw 10.25vw;
  }
}
.hero h1 {
  margin-top: 32px;
  background: linear-gradient(90.09deg, #6B02B6 0.01%, #7266F8 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 80px;
  line-height: 1.125;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .hero h1 {
    margin-top: 2.66vw;
    font-size: 6.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero h1 {
    margin-top: 8vw;
    font-size: 10vw;
  }
}
.hero__subtitle {
  margin-top: 32px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .hero__subtitle {
    margin-top: 2.66vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtitle {
    margin-top: 4vw;
    font-size: 6vw;
  }
}
.hero__links {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1150px) {
  .hero__links {
    margin-top: 3.5vw;
    gap: 2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__links {
    margin-top: 17.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5vw;
  }
}
.hero__subtexts {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1150px) {
  .hero__subtexts {
    margin-top: 2vw;
    gap: 2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts {
    margin-top: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.hero__subtexts-item {
  min-width: 267px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #707381;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .hero__subtexts-item {
    min-width: 22.25vw;
    gap: 0.7vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts-item {
    min-width: unset;
    gap: 2.05vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
  .hero__subtexts-item img {
    width: 1.67vw;
    height: 1.67vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts-item img {
    width: 5.12vw;
    height: 5.12vw;
  }
}

.ai-features {
  background-color: #FFFFFF;
}
.ai-features h2 {
  margin-bottom: 16px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .ai-features h2 {
    margin-bottom: 1.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .ai-features h2 {
    margin-bottom: 3vw;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.16;
  }
}
.ai-features__text {
  margin-bottom: 32px;
  color: #707381;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .ai-features__text {
    margin-bottom: 2.66vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .ai-features__text {
    margin-bottom: 8vw;
    font-size: 4vw;
  }
}
.ai-features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1150px) {
  .ai-features__items {
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .ai-features__items {
    gap: 6vw;
  }
}
.ai-features__item {
  width: calc(32% - 12px);
  padding: 24px;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
          box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
  position: relative;
}
@media screen and (max-width: 1150px) {
  .ai-features__item {
    width: calc(32% - 1vw);
    padding: 2vw;
    border-radius: 1.66vw;
    -webkit-box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
@media screen and (max-width: 600px) {
  .ai-features__item {
    width: 100%;
    padding: 4vw 6vw;
    border-radius: 5vw;
    -webkit-box-shadow: 0 1vw 4vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 1vw 4vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
.ai-features__item:before {
  content: "";
  width: 149px;
  height: 135px;
  background-image: url("../images/ecommerce-platform/feature-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1150px) {
  .ai-features__item:before {
    width: 12.41vw;
    height: 11.25vw;
  }
}
@media screen and (max-width: 600px) {
  .ai-features__item:before {
    width: 37.25vw;
    height: 33.75vw;
  }
}
.ai-features__item-icon {
  margin-bottom: 8px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .ai-features__item-icon {
    margin-bottom: 0.66vw;
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .ai-features__item-icon {
    margin-bottom: 2vw;
    width: 10.5vw;
    height: 10.5vw;
  }
}
.ai-features__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ai-features__item-title {
  margin-bottom: 8px;
  color: #151536;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .ai-features__item-title {
    margin-bottom: 0.66vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .ai-features__item-title {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
}
.ai-features__item-text {
  color: #707381;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .ai-features__item-text {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .ai-features__item-text {
    font-size: 3.5vw;
  }
}

.services {
  padding: 78px 0 40px;
  background-color: #F6F7F9;
}
@media screen and (max-width: 1150px) {
  .services {
    padding: 6.5vw 0 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .services {
    padding: 10vw 0;
  }
}
.services__heading h2 {
  margin-bottom: 48px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .services__heading h2 {
    margin-bottom: 4vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .services__heading h2 {
    margin-bottom: 8vw;
    font-size: 6vw;
    font-weight: 600;
    line-height: 1.16;
    text-align: center;
  }
}
.services__wrapper {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 32px;
}
@media screen and (max-width: 1150px) {
  .services__wrapper {
    border-radius: 2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .services__wrapper {
    border-radius: 4vw;
  }
}
.services__section {
  padding: 27px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .services__section {
    padding: 2.25vw 0;
  }
}
@media screen and (max-width: 600px) {
  .services__section {
    padding: 4vw 0;
  }
}
.services__section:first-of-type {
  padding-top: 54px;
}
@media screen and (max-width: 1150px) {
  .services__section:first-of-type {
    padding-top: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .services__section:first-of-type {
    padding-top: 4vw;
  }
}
.services__section:last-of-type {
  padding-bottom: 54px;
}
@media screen and (max-width: 1150px) {
  .services__section:last-of-type {
    padding-bottom: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .services__section:last-of-type {
    padding-bottom: 4vw;
  }
}
.services__container {
  margin: 0 auto;
  padding: 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 1150px) {
  .services__container {
    padding: 0 5.33vw;
    gap: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .services__container {
    padding: 0 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6vw;
  }
}
.services__container.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .services__container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.services__container.reverse .services__text ul li:before {
  background-image: url("../images/ecommerce-platform/check-circle-purple.svg");
}
.services__container.reverse .services__media {
  margin-left: unset;
}
.services__text h3 {
  margin-bottom: 24px;
  color: #151536;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .services__text h3 {
    margin-bottom: 2vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text h3 {
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }
}
.services__text *:last-child {
  margin-bottom: 0 !important;
}
.services__text ul {
  padding: 0;
  margin: 0 0 24px;
}
@media screen and (max-width: 1150px) {
  .services__text ul {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text ul {
    margin-bottom: 4vw;
  }
}
.services__text ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  color: #515162;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (max-width: 1150px) {
  .services__text ul li {
    margin-bottom: 0.67vw;
    padding-left: 3.33vw;
    min-height: 2vw;
    font-size: 1.16vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text ul li {
    margin-bottom: 2vw;
    padding-left: 10vw;
    min-height: 6vw;
    font-size: 3.5vw;
  }
}
.services__text ul li:last-child {
  margin-bottom: 0;
}
.services__text ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/ecommerce-platform/check-circle-orange.svg");
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1150px) {
  .services__text ul li:before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text ul li:before {
    width: 6vw;
    height: 6vw;
  }
}
.services__text p {
  margin: 0 0 16px;
  color: #151536;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .services__text p {
    margin-bottom: 1.33vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .services__text p {
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }
}
.services__text b, .services__text strong {
  font-weight: 500;
}
.services__media {
  width: 529px;
  margin: 40px 0 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .services__media {
    width: 44.08vw;
    margin: 3.33vw 0 3.33vw auto;
  }
}
@media screen and (max-width: 600px) {
  .services__media {
    width: 100%;
    margin: 0;
  }
}

.why-us {
  background-color: #F9F9F9;
  padding: 120px 0;
}
@media screen and (max-width: 1150px) {
  .why-us {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 600px) {
  .why-us {
    padding-bottom: 20vw;
  }
}
.why-us__content {
  padding: 54px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
          box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
}
@media screen and (max-width: 1150px) {
  .why-us__content {
    padding: 4.5vw 5.33vw;
    gap: 2.66vw;
    border-radius: 2.66vw;
    -webkit-box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
@media screen and (max-width: 600px) {
  .why-us__content {
    padding: 8vw 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4vw;
    border-radius: 8vw;
    -webkit-box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
  }
}
.why-us__text h2 {
  margin-bottom: 16px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .why-us__text h2 {
    margin-bottom: 1.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__text h2 {
    margin-bottom: 4vw;
    font-weight: 600;
    font-size: 6vw;
    line-height: 1.16;
  }
}
.why-us__text-description *:last-child {
  margin-bottom: 0 !important;
}
.why-us__text-description ul {
  padding: 0;
  margin: 0 0 24px;
}
@media screen and (max-width: 1150px) {
  .why-us__text-description ul {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__text-description ul {
    margin-bottom: 4vw;
  }
}
.why-us__text-description ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1150px) {
  .why-us__text-description ul li {
    margin-bottom: 0.67vw;
    padding-left: 1.83vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__text-description ul li {
    margin-bottom: 2vw;
    padding-left: 5.5vw;
  }
}
.why-us__text-description ul li:last-child {
  margin-bottom: 0;
}
.why-us__text-description ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #151536;
  border-radius: 50%;
}
@media screen and (max-width: 1150px) {
  .why-us__text-description ul li:before {
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__text-description ul li:before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.why-us__text-description p, .why-us__text-description li {
  color: #515162;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (max-width: 1150px) {
  .why-us__text-description p, .why-us__text-description li {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__text-description p, .why-us__text-description li {
    font-size: 3.5vw;
  }
}
.why-us__text-description p {
  margin: 0 0 16px;
}
@media screen and (max-width: 1150px) {
  .why-us__text-description p {
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__text-description p {
    margin-bottom: 4vw;
  }
}
.why-us__media {
  width: 534px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .why-us__media {
    width: 44.5vw;
  }
}
@media screen and (max-width: 600px) {
  .why-us__media {
    width: 100%;
  }
}
.why-us__media img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cases {
  background-color: #F6F7F9;
}
.cases h2 {
  margin-bottom: 40px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .cases h2 {
    margin-bottom: 3.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .cases h2 {
    margin-bottom: 12vw;
    font-weight: 600;
    font-size: 6vw;
    line-height: 1.16;
  }
}
.cases__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1150px) {
  .cases__items {
    gap: 2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .cases__items {
    gap: 8vw;
  }
}
.cases__item {
  width: calc(25% - 25px);
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .cases__item {
    width: calc(25% - 2.1vw);
  }
}
@media screen and (max-width: 600px) {
  .cases__item {
    width: 100%;
    text-align: left;
  }
}
.cases__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1150px) {
  .cases__item-top {
    gap: 1vw;
    margin-bottom: 0.66vw;
  }
}
@media screen and (max-width: 600px) {
  .cases__item-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3vw;
    margin-bottom: 3vw;
  }
}
.cases__item-icon {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .cases__item-icon {
    width: 5.33vw;
    height: 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .cases__item-icon {
    width: 16vw;
    height: 16vw;
  }
}
.cases__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cases__item-title {
  color: #151536;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .cases__item-title {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .cases__item-title {
    font-size: 5vw;
  }
}
.cases__item-text {
  color: #515162;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .cases__item-text {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .cases__item-text {
    font-size: 4vw;
  }
}

.process {
  background-color: #F9F9F9;
  padding: 120px 0;
}
@media screen and (max-width: 1150px) {
  .process {
    padding: 10vw 0;
  }
}
.process__content {
  padding: 54px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
          box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
}
@media screen and (max-width: 1150px) {
  .process__content {
    padding: 4.5vw 5.33vw;
    gap: 2.66vw;
    border-radius: 2.66vw;
    -webkit-box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
@media screen and (max-width: 600px) {
  .process__content {
    padding: 8vw 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    border-radius: 8vw;
    -webkit-box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
  }
}
.process__media {
  width: 534px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .process__media {
    width: 44.5vw;
  }
}
@media screen and (max-width: 600px) {
  .process__media {
    width: 100%;
  }
}
.process__media img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.process__text h2 {
  margin-bottom: 16px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .process__text h2 {
    margin-bottom: 1.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .process__text h2 {
    margin-bottom: 4vw;
    font-weight: 600;
    font-size: 6vw;
    line-height: 1.16;
  }
}
.process__text-description *:last-child {
  margin-bottom: 0 !important;
}
.process__text-description ul {
  padding: 0;
  margin: 0 0 24px;
}
@media screen and (max-width: 1150px) {
  .process__text-description ul {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .process__text-description ul {
    margin-bottom: 4vw;
  }
}
.process__text-description ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1150px) {
  .process__text-description ul li {
    margin-bottom: 0.67vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .process__text-description ul li {
    margin-bottom: 2vw;
    padding-left: 9vw;
  }
}
.process__text-description ul li:last-child {
  margin-bottom: 0;
}
.process__text-description ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/ecommerce-platform/check-circle-purple-small.svg");
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1150px) {
  .process__text-description ul li:before {
    width: 1.66vw;
    height: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .process__text-description ul li:before {
    width: 5vw;
    height: 5vw;
  }
}
.process__text-description p, .process__text-description li {
  color: #515162;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (max-width: 1150px) {
  .process__text-description p, .process__text-description li {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .process__text-description p, .process__text-description li {
    font-size: 3.5vw;
  }
}
.process__text-description p {
  margin: 0 0 16px;
}
@media screen and (max-width: 1150px) {
  .process__text-description p {
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .process__text-description p {
    margin-bottom: 4vw;
  }
}
/*# sourceMappingURL=../sourcemaps/page-ecommerce-platform.css.map */
