/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.steps {
  margin: 50px 0;
}
.steps__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FCF7EA;
  padding: 30px;
  position: relative;
}
.steps__img {
  position: absolute;
  left: 140px;
  top: 50px;
}
.steps__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #EDB35D;
  color: #EDB35D;
  margin: 0 210px 0 0;
}
.steps__inner {
  text-align: center;
  color: #EDB35D;
}
.steps__inner span {
  font-size: 32px;
  font-style: italic;
  color: #EDB35D;
}
.steps__text {
  width: 620px;
}
.steps__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.steps__title::before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #616161;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.steps__paragraph {
  font-size: 13px;
  line-height: 1.5em;
  white-space: pre-line;
}
.steps__arrow {
  text-align: center;
  font-size: 50px;
  color: #6EAACE;
  margin: 20px 0;
}
.steps__arrow:last-child {
  display: none;
}