.component.advantages {
  background-color: #F9F9F9;
  counter-reset: icon;
}

.component.advantages .icon {
  counter-increment: icon;
}

.component.advantages .icon:empty::before {
  content: counter(icon);
}

.component.advantages .component-content .row:nth-child(1) {
  text-align: center;
}

.component.advantages .component-content .row:nth-child(1) h2 {
  margin-right: 0px;
}

.component.advantages .component-content .row:nth-child(2) .steps-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

@media screen and (max-width: 767.98px) {
  .component.advantages .component-content .row:nth-child(2) .steps-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step {
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step:first-child:nth-last-child(1) {
  width: 100%;
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step:first-child:nth-last-child(2), .component.advantages .component-content .row:nth-child(2) .steps-container .step:first-child:nth-last-child(2) ~ .step {
  width: 50%;
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step:first-child:nth-last-child(3), .component.advantages .component-content .row:nth-child(2) .steps-container .step:first-child:nth-last-child(3) ~ .step {
  width: 33.3333333333%;
}

@media screen and (max-width: 767.98px) {
  .component.advantages .component-content .row:nth-child(2) .steps-container .step {
    width: 100% !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .component.advantages .component-content .row:nth-child(2) .steps-container .step:not(:last-child) {
    margin-bottom: 16px;
  }
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step .scLooseFrameZone {
  width: 100%;
  height: 100%;
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 24px;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 767.98px) {
  .component.advantages .component-content .row:nth-child(2) .steps-container .step .icon {
    width: 70px;
    height: 70px;
  }
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step .icon .field-slideimageimage {
  margin-top: 8px;
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step .icon .field-slideimageimage img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step .icon:empty::before {
  font-size: 90px;
  line-height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#FF9200), to(#F56806));
  background: -webkit-linear-gradient(left, #FF9200 0%, #F56806 100%);
  background: linear-gradient(90deg, #FF9200 0%, #F56806 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767.98px) {
  .component.advantages .component-content .row:nth-child(2) .steps-container .step .icon:empty::before {
    font-size: 70px;
    line-height: 70px;
  }
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.component.advantages .component-content .row:nth-child(2) .steps-container .step .text .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
