.section--how-to-create-v2 {
  color: #273e5d;
}

.section--how-to-create-v2 .section-header .section-title {
  letter-spacing: .3px;
}

.section--how-to-create-v2 .section-header p {
  color: #273e5d;
  font-size: 19px;
  line-height: 28px;
}

.section--how-to-create-v2 .how-to-create-v2__content {
  position: relative;
}

.section--how-to-create-v2 .how-to-create-v2__line {
  top: 10px;
  height: 80%;
  position: absolute;
  left: 29px;
  border: 1px dashed #623bb0;
  z-index: 0;
}

.section--how-to-create-v2 .how-to-create-v2__list {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  padding-left: 0;
}

.section--how-to-create-v2 .how-to-create-v2__item {
  display: flex;
  flex-direction: column;
}

.section--how-to-create-v2 .how-to-create-v2__item__header {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.section--how-to-create-v2 .how-to-create-v2__item__icon {
  background-color: #623bb0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 10px solid #fff;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  flex-shrink: 0;
}

.section--how-to-create-v2 .how-to-create-v2__item__icon img {
  max-width: 29px;
  max-height: 29px;
}

.section--how-to-create-v2 .how-to-create-v2__item__title {
  font-size: 24px;
  color: #273e5d;
  font-weight: bold;
  line-height: 28px;
}

.section--how-to-create-v2 .how-to-create-v2__text {
  font-size: 18px;
  color: #273e5d;
  line-height: 28px;
  margin-left: 90px;
}

.section--how-to-create-v2 .how-to-create-v2__images {
  gap: 25px 0;
}

.section--how-to-create-v2 .how-to-create-v2__image {
  border-radius: 10px;
  box-shadow: 4px 4px 7px rgb(0 0 0 / 30%);
  overflow: hidden;
  height: 50%;
  flex: 1;
  max-height: 330px;
}

.section--how-to-create-v2 .how-to-create-v2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .how-to-create-v2__image {
    display: none;
  }
}

@media (max-width: 760px) {
  .section--how-to-create-v2 .section-header p {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .section--how-to-create-v2 .how-to-create-v2__item__icon {
    width: 40px;
    height: 40px;
  }

  .section--how-to-create-v2 .how-to-create-v2__item__icon img {
    width: 20px;
    height: 20px;
  }

  .section--how-to-create-v2 .how-to-create-v2__line {
    left: 20px;
  }

  .section--how-to-create-v2 .how-to-create-v2__item__title {
    font-size: 22px;
  }

  .section--how-to-create-v2 .how-to-create-v2__text {
    font-size: 16px;
    line-height: 26px;
    margin-left: 72px;
    text-align: left;
  }

  .section--how-to-create-v2 .how-to-create-v2__list {
    gap: 30px 0;
  }

  .section--how-to-create-v2 .how-to-create-v2__item {
    gap: 10px 0;
  }
}

@media (max-width: 480px) { 
  .section--how-to-create-v2 .how-to-create-v2__line {
    height: 75%;
  }
}