.steps-items__unset-bg {
  background-color: unset !important;
}

.steps-items {
  background-color: #fff;
  position: relative;
  background-color: white;
  padding-bottom: 5px;
}

@media (min-width: 1441px) {
  .steps-items .container {
    padding: 0 !important;
  }
}
.steps-items .steps-items__gap-32 {
  gap: 32px;
}
@media (min-width: 1080px) {
  .steps-items__widgets {
    justify-content: space-between;
  }
}
@media (min-width: 1080px) {
  .steps-items .steps-items__title {
    font-family: "Anytime Sans Webfont";
    font-weight: 400;
    font-size: 48px;
    color: #241f24;
    padding-bottom: 24px;
    line-height: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1079px) {
  .steps-items .steps-items__title {
    padding-bottom: 16px;
  }
}
.steps-items__title-center {
  text-align: center;
}
.steps-items .steps-items__text {
  font-size: 20px;
  color: #241f24;
}
.steps-items .steps-items__step {
  color: rgba(36, 31, 36, 0.6);
  font-weight: 700;
}
.steps-items .steps-items__highlighted {
  background-color: #fafafa;
  border-radius: 20px;
  padding-top: 48px;
  padding-bottom: 48px;
  box-shadow: 0px 2px 8px 0px rgba(36, 31, 36, 0.2);
}
.steps-items .steps-items__highlighted p {
  font-size: 16px;
  color: #241f24;
  line-height: 1.3;
}
@media (max-width: 1080px) {
  .steps-items {
    padding-bottom: 0px;
  }
  .steps-items .steps-items__svg {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }
  .steps-items .steps-items__highlighted {
    padding: 12px 12px;
    width: 50%;
  }
  .steps-items .steps-items__step,
  .steps-items .steps-items__text {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .steps-items__gap-32 {
    overflow: scroll;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    gap: 44px;
    padding: 4px;
  }
  .steps-items__card::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1080px) {
  .steps-items__card--item {
    white-space: nowrap;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
.steps-items__link {
  color: #175fff;
}
.steps-items__link:hover {
  text-decoration: underline !important;
}
