.numbered-arrows {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbered-arrows {
    margin-bottom: 47px;
  }
}
.numbered-arrows .numbered-arrows__heading {
  font-size: 28px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows .numbered-arrows__heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbered-arrows .numbered-arrows__heading {
    font-size: 42px;
  }
}
.numbered-arrows .numbered-arrows__wrapper {
  list-style-type: none;
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
}
.numbered-arrows .numbered-arrows__note .note-number {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows .numbered-arrows__note .note-number {
    height: 63.5px;
  }
}
@media only screen and (min-width: 1550px) {
  .numbered-arrows .numbered-arrows__note .note-number {
    height: 82px;
  }
}
.numbered-arrows .numbered-arrows__note .note-number .number {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 9.5px;
  font-weight: 600;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows .numbered-arrows__note .note-number .number {
    width: 63.5px;
    height: 63.5px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbered-arrows .numbered-arrows__note .note-number .number {
    width: 82px;
    height: 82px;
    font-size: 24px;
  }
}
.numbered-arrows .numbered-arrows__note .note-number svg {
  width: 31px;
  height: 22.6px;
  margin-left: 15px;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows .numbered-arrows__note .note-number svg {
    width: 61px;
    height: 44.6px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbered-arrows .numbered-arrows__note .note-number svg {
    width: 78.5px;
    height: 57.5px;
    margin-left: 38px;
  }
}
.numbered-arrows .numbered-arrows__description-wrapper {
  list-style-type: none;
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows .numbered-arrows__description-wrapper {
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbered-arrows .numbered-arrows__description-wrapper {
    column-gap: 40px;
  }
}
.numbered-arrows .numbered-arrows__description-wrapper .note-description .note-description__description,
.numbered-arrows .numbered-arrows__description-wrapper .note-description .note-description__title {
  margin: 0;
  display: none;
  font-size: 14px;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows .numbered-arrows__description-wrapper .note-description .note-description__description,
  .numbered-arrows .numbered-arrows__description-wrapper .note-description .note-description__title {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .numbered-arrows .numbered-arrows__description-wrapper .note-description .note-description__description,
  .numbered-arrows .numbered-arrows__description-wrapper .note-description .note-description__title {
    font-size: 18px;
  }
}
.numbered-arrows .numbered-arrows__description-wrapper .note-description .note-description__title {
  margin-bottom: 10px;
}
.numbered-arrows .numbered-arrows__description-wrapper .note-description svg {
  margin: 15px 0 10px 0;
  width: 11px;
  height: 11px;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows .numbered-arrows__description-wrapper .note-description svg {
    margin: 22px 0 20px 0;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbered-arrows .numbered-arrows__description-wrapper .note-description svg {
    margin: 30px 0 25px 0;
    width: 23px;
    height: 23px;
  }
}
.numbered-arrows .numbered-arrows__description-wrapper .note-description:first-child > svg {
  margin-left: 15px;
}
.numbered-arrows .numbered-arrows__description-wrapper .note-description:last-child > svg {
  margin-right: 30px;
  width: 100%;
}
.numbered-arrows .note-description__line {
  width: 100%;
  border-radius: 1.5px;
  position: relative;
  height: 3px;
  top: 22px;
}
@media only screen and (min-width: 744px) {
  .numbered-arrows .note-description__line {
    height: 5px;
    border-radius: 2.5px;
    top: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbered-arrows .note-description__line {
    top: 43px;
  }
}
