.stepped-table {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .stepped-table {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.stepped-table.bg-gray {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .stepped-table.bg-gray {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.stepped-table.bg-gray .stepped-table__text {
  margin-top: 0!important;
}
.stepped-table__text {
  margin-bottom: 32px!important;
  margin: 0;
  width: 98vw;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media (min-width: 768px) {
  .stepped-table__text {
    margin-bottom: 48px!important;
  }
}
.stepped-table__text .text-wrapper h3 {
  margin-top: 0!important;
}
.stepped-table__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.stepped-table__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .stepped-table__row {
    flex-direction: row;
    gap: 32px;
  }
}
.stepped-table__both-content {
  display: flex;
  flex-direction: row;
}
.stepped-table__left-content {
  gap: 16px;
  border: 1px solid #ebebeb;
  padding: 16px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .stepped-table__left-content {
    width: 33%;
    padding: 24px;
  }
}
.stepped-table__left-content .title {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
}
.stepped-table__right-content {
  width: 100%;
}
@media (min-width: 768px) {
  .stepped-table__right-content {
    width: 64%;
  }
}
.stepped-table__right-content--left-side {
  background-color: #ffcd00;
  width: 55%;
}
.stepped-table__right-content--right-side {
  background-color: #333f48;
  width: 45%;
}
.stepped-table__right-content--left-side,
.stepped-table__right-content--right-side {
  padding: 16px;
}
@media (min-width: 768px) {
  .stepped-table__right-content--left-side,
  .stepped-table__right-content--right-side {
    padding: 24px;
  }
}
.stepped-table__number {
  font-size: 28px;
  line-height: 36px;
  /* 128.571% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
  line-height: 48px;
  min-width: 48px;
  min-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffcd00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .stepped-table__number {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 1600px) {
  .stepped-table__number {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
@media (min-width: 768px) {
  .stepped-table__number {
    line-height: 56px;
    min-width: 56px;
    min-height: 56px;
  }
}
.stepped-table__number.not-visible {
  color: #ffffff;
  background-color: #ffffff;
}
.stepped-table__celd-text {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stepped-table .title {
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
  color: #333f48;
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .stepped-table .title {
    font-size: 18px;
    line-height: 26px;
    /* 144.444% */
  }
}
.stepped-table .subtitle {
  font-size: 28px;
  line-height: 36px;
  /* 128.571% */
  color: #333f48;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1024px) {
  .stepped-table .subtitle {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 1600px) {
  .stepped-table .subtitle {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
.stepped-table .title,
.stepped-table .subtitle {
  hyphens: auto;
}
@media (min-width: 1600px) {
  .stepped-table .title,
  .stepped-table .subtitle {
    hyphens: none;
  }
}
.stepped-table .title.yellow-text,
.stepped-table .subtitle.yellow-text {
  color: #ffcd00;
}
