/* VARIABLES */
/* TYPOGRAPHY */
.block-content--type-leasing-steps .leasing-steps h2 {
  line-height: 3.5rem;
}
.block-content--type-leasing-steps .counter-wrapper {
  counter-reset: step;
  position: relative;
  align-items: flex-start;
}
@media (min-width: 62rem) {
  .block-content--type-leasing-steps .counter-wrapper::before {
    content: "";
    position: absolute;
    top: 72.5px;
    left: calc(12.5% + 47.5px);
    right: calc(12.5% + 47.5px);
    height: 1px;
    background-color: rgba(187, 153, 199, 0.4);
    z-index: 0;
  }
}
.block-content--type-leasing-steps .counter-wrapper .counter-item {
  flex: 1 0 0;
}
.block-content--type-leasing-steps .counter-wrapper .paragraph--type-leasing-steps-item {
  counter-increment: step;
  position: relative;
  z-index: 1;
}
.block-content--type-leasing-steps .counter-wrapper .paragraph--type-leasing-steps-item::before {
  content: counter(step);
  border-radius: 50%;
  border: 0.125rem solid #bb99c7;
  background: linear-gradient(180deg, rgba(187, 153, 199, 0.2) 0%, rgba(187, 153, 199, 0.1) 100%);
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bb99c7;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 1.5625rem auto;
  position: relative;
  z-index: 1;
  background-color: #0d1b2a;
  box-shadow: 0px 0px 0px 30px var(--bs-body-bg);
}
.block-content--type-leasing-steps .counter-wrapper .paragraph--type-leasing-steps-item .field--name-field-title-box {
  z-index: 2;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 47.99875rem) {
  .block-content--type-leasing-steps .counter-wrapper .paragraph--type-leasing-steps-item .field--name-field-title-box {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.block-content--type-leasing-steps .counter-wrapper .paragraph--type-leasing-steps-item .field--name-field-body p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media (max-width: 47.99875rem) {
  .block-content--type-leasing-steps .counter-wrapper .paragraph--type-leasing-steps-item .field--name-field-body p {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}
