.stepcount {
  max-width: 1024px;
  margin: 0 auto;
}
.stepcount .hide-it {
  display: none;
  visibility: hidden;
}
.stepcount .bg-container {
  transition: 300ms linear opacity;
  opacity: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 80px;
}
.stepcount .bg-container.data-not-loaded {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.stepcount .title-container {
  display: flex;
  margin: 50px auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stepcount .title-container * {
  color: #2268b8;
  line-height: 1;
}
.stepcount .title-container .total-steps {
  font-size: 110px;
  font-size: clamp(50px, 14vw, 110px);
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.stepcount .title-container .steps-title {
  font-size: 40px;
  font-size: 30px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.stepcount .append-row {
  gap: 15px;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px 50px 10px;
}
.stepcount .append-row .card-item {
  width: 100%;
  max-width: 238px;
  padding: 0;
  text-align: Center;
  transform: skew(-15deg);
}
.stepcount .append-row .card-item .card-body {
  transform: skew(15deg);
  padding: 5px 30px;
}
.stepcount .append-row .card-item .card {
  border-radius: 0 !important;
  border: 0;
  background-color: #2268b8;
}
.stepcount .append-row .card-item .card * {
  color: white;
  margin: 0;
  line-height: 1;
}
.stepcount .append-row .card-item .card .step-number {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}
.stepcount .append-row .card-item .card .step-title {
  font-size: 15px;
  white-space: nowrap;
}
.stepcount .bottom-step-content-inner {
  padding-bottom: 50px;
  text-align: center;
}
.stepcount .bottom-step-content-inner .step-bottom-title {
  font-size: 30px;
  font-weight: bold;
  color: #2268b8;
  margin: 0 auto 30px auto;
}
.stepcount .bottom-step-content-inner .step-bottom-text {
  max-width: 795px;
  margin: 0 auto;
}
.stepcount .bottom-step-content-inner .step-bottom-text p {
  font-size: 14px;
}

div.bottom-step-content.stepcount{
  max-width: none;
  width:auto;
  color:#fff;
  background-color:#2268b8;
}
div.bottom-step-content.stepcount .bottom-step-content-inner{
  padding-top:50px;
}
div.bottom-step-content.stepcount .bottom-step-content-inner .step-bottom-title{
  color:#fff;
}