.process__content {
  display: flex;
  flex-flow: column;
  gap: 76px;
}
.process__image-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 1px solid #E4E4E4;
  width: 96px;
  height: 96px;
}
.process__head {
  display: flex;
  flex-flow: column;
  gap: 24px;
  max-width: 815px;
}
.process__title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.04rem;
  color: #080e29;
}
.process__subtitle {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -0.022rem;
  color: #727272;
  max-width: 709px;
}
.process__body {
  display: flex;
  flex-flow: column;
}
.process__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.process__row .process__item:nth-child(2) {
  background: #fff;
}
.process__item {
  display: flex;
  flex-flow: column;
  gap: 96px;
  background: #f4f7fc;
  padding: 24px;
  height: 460px;
}
.process__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.process__item-digits {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 56px;
  leading-trim: NONE;
  line-height: 88%;
  letter-spacing: -4%;
  color: #9c9fa9;
}
.process__item-body {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.process__item-title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 88%;
  letter-spacing: -4%;
  color: #0b1a40;
}
.process__item-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2.2%;
  color: #727272;
}
.process__image {
  height: 480px;
}
.process__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .process__content {
    gap: 30px;
  }
  .process__title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 88%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
  }
  .process__head {
    gap: 15px;
  }
  .process__subtitle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(11, 26, 64, 0.56);
  }
  .process__row {
    display: flex;
    flex-wrap: wrap;
  }
  .process__item-digits {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 88%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: rgba(11, 26, 64, 0.32);
  }
  .process__image-cont {
    width: 48px;
    height: 48px;
  }
  .process__image-cont img {
    width: 24px;
    height: 24px;
  }
  .process__item-head {
    align-items: flex-end;
  }
  .process__item {
    padding: 20px;
    width: 50%;
    background: #f4f7fc;
    height: 275px;
    gap: 30px;
  }
  .process__item:nth-child(2) {
    background: #f4f7fc !important;
  }
  .process__item:nth-child(3) {
    width: 100%;
    background: #fff;
    height: 215px;
  }
  .process__item-body {
    gap: 16px;
  }
  .process__item-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(11, 26, 64, 0.56);
  }
  .process__item-title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 88%;
    letter-spacing: -0.04em;
    color: #0B1A40;
  }
  .process__image {
    height: 225px;
  }
}
@media (max-width: 767px) {
  .process__content {
    gap: 24px;
  }
  .process__title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -4%;
    text-transform: lowercase;
  }
  .process__subtitle {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2.2%;
  }
  .process__head {
    gap: 16px;
  }
  .process__row {
    grid-template-columns: 1fr;
  }
  .process__item {
    padding: 16px;
    gap: 4px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .process__item-digits {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 88%;
    letter-spacing: -4%;
    color: #257ffc;
  }
  .process__item-title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 88%;
    letter-spacing: -4%;
    text-transform: lowercase;
  }
  .process__item-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2.2%;
  }
  .process__item-body-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .process__item-body-head img {
    width: 24px;
    height: 24px;
  }
  .process__image {
    height: 225px;
  }
}/*# sourceMappingURL=style.css.map */