.procedure__image-container {
  position: relative;
  width: 100%;
}
.procedure__image-container:before {
  content: "";
  display: block;
  padding-top: 93.6842105263%;
}
.procedure__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.procedure__item {
  justify-content: space-around;
  align-items: center;
  padding: 60px 0;
}
.procedure__item-number {
  position: absolute;
  top: -100px;
  right: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 205px;
  color: #1273F833;
}
.procedure__content {
  position: relative;
}
.procedure__content li::marker {
  color: #6c9ebf;
}
.procedure__content-title {
  margin-bottom: 30px;
  font-size: 32px;
}
@media (max-width: 991px) {
  .procedure__content-title {
    margin-bottom: 15px;
  }
  .procedure__item-number {
    top: -8%;
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .procedure__item {
    padding: 20px 0;
  }
  .procedure__image-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .procedure__content-title {
    font-size: 24px;
  }
  .procedure__item-number {
    top: -5%;
    font-size: 130px;
  }
}

/*# sourceMappingURL=procedure.css.map */
