.procedure {
  padding-top: 90px;
  padding-bottom: 110px;
}

.procedure__s-heading {
  margin-bottom: 50px;
  max-width: 500px;
}

.procedure__steps {
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .procedure {
    padding-top: 40px;
    padding-bottom: 33px;
  }
  .procedure__steps {
    margin-bottom: 30px;
    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;
  }
  .procedure__heading {
    margin-bottom: 60px;
    max-width: 100%;
    text-align: center;
  }
  .procedure__bottom-text {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .procedure__heading {
    padding-right: 50px;
    text-align: left;
  }
}

.procedure-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.procedure-steps .step {
  position: relative;
  padding-top: 40px;
}

.procedure-steps .step:not(:last-child) {
  margin-right: 70px;
}

.procedure-steps .step:not(:last-child)::after {
  position: absolute;
  content: '';
  left: calc(100% + 11px);
  top: 50%;
  width: 50px;
  height: 30px;
  background-image: url("../images/icons/arrow-sign.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.procedure-steps .step__num {
  position: absolute;
  top: 0;
  left: 50%;
  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;
  width: 80px;
  height: 80px;
  color: #0084ff;
  font-size: 3.75rem;
  border-radius: 50%;
  border: 2px #0a2896 solid;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.procedure-steps .step__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 240px;
  padding: 69px 10px 20px;
  background-color: #fff;
  border-radius: 4px;
}

.procedure-steps .step__btn-wrap {
  padding-top: 20px;
}

.procedure-steps .step__btn-wrap .btn {
  width: 100%;
}

.procedure-steps .step__info-flex {
  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;
}

.procedure-steps .step__icon {
  display: block;
  margin-bottom: 20px;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 102px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.procedure-steps .step__text {
  margin-bottom: 0;
  color: #606981;
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .procedure-steps .step__text {
    font-size: 1.25rem;
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  .procedure-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .procedure-steps .step {
    padding: 0;
    max-width: 355px;
  }
  .procedure-steps .step__num {
    position: static;
    margin-right: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px;
    height: 50px;
    -webkit-transform: none;
            transform: none;
    font-size: 2.5rem;
  }
  .procedure-steps .step__icon {
    margin-right: auto;
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .procedure-steps .step__text {
    padding-right: 10px;
    margin-bottom: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 1.25rem;
  }
  .procedure-steps .step__info {
    padding: 10px;
    width: 100%;
  }
  .procedure-steps .step__info-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .procedure-steps .step:not(:last-child) {
    margin-right: 0;
    margin-bottom: 62px;
  }
  .procedure-steps .step:not(:last-child)::after {
    left: 50%;
    top: calc(100% + 16px);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
