/* less functions */
.page-id-905 .full-width-content {
  padding-top: 0;
}
.full-width-content {
  padding: 60px 15px;
  position: relative;
}
.full-width-content ul {
  margin-left: 0;
}
.full-width-content span:not(.break) {
  font-family: "Styrene A Regular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
}
.full-width-content.pattern_right_side::before {
  position: absolute;
  content: "";
  height: 800px;
  width: 370px;
  right: -80px;
  bottom: 10px;
  background: url(../../img/side_pattern.png) left top no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1000px) {
  .full-width-content.pattern_right_side::before {
    display: none;
  }
}
.full-width-content.pattern_bottom_left::before {
  position: absolute;
  content: "";
  height: 200px;
  width: 320px;
  left: 0;
  bottom: -150px;
  background: url(../../img/rethink_pattern_large.png) left top no-repeat;
  background-size: 300px;
  z-index: 1;
}
.full-width-content.pattern_top_left {
  margin-top: -90px;
  padding: 160px 15px 60px;
}
.full-width-content.pattern_top_left::before {
  position: absolute;
  content: "";
  height: 200px;
  width: 320px;
  left: 0;
  top: -60px;
  background: url(../../img/rethink_pattern_large.png) left top no-repeat;
  background-size: 300px;
  z-index: 1;
}
.full-width-content .none-align h2 {
  text-align: center;
}
.full-width-content .center-align,
.full-width-content .content-center {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.full-width-content .left-align {
  text-align: left;
}
.full-width-content .left-align {
  text-align: left;
  float: left;
  width: 30%;
}
.full-width-content .content-right {
  text-align: left;
  float: right;
  width: 70%;
}
.full-width-content .steps-container {
  display: flex;
  padding: 60px 0 0 0;
  margin-bottom: 30px;
}
.full-width-content .steps-container .step-number {
  text-align: center;
  background-color: #00ab84;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50px;
}
.full-width-content .steps-container .step-number h2 {
  font-size: 35px;
  line-height: 95px;
  color: #fff;
}
.full-width-content .steps-container .item {
  padding: 15px 30px;
  text-align: center ;
}
@media (max-width: 850px) {
  .full-width-content .steps-container {
    display: flex;
    padding: 30px 0;
    margin-bottom: 0px;
  }
  .full-width-content .steps-container .step-number {
    width: 100px;
    height: 100px;
  }
  .full-width-content .steps-container .step-number h2 {
    font-size: 35px;
    line-height: 95px;
  }
  .full-width-content .steps-container .item {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .full-width-content {
    padding: 60px 15px;
  }
  .full-width-content.pattern_bottom_left::before {
    display: none;
  }
  .full-width-content.pattern_top_left {
    margin-top: 0;
    padding: 60px 15px;
  }
  .full-width-content.pattern_top_left::before {
    display: none;
  }
  .full-width-content .left-align,
  .full-width-content .content-left,
  .full-width-content .content-right,
  .full-width-content .right-align {
    float: inherit;
    width: 100%;
  }
  .full-width-content .steps-container {
    flex-direction: column;
    padding: 30px 0;
  }
  .full-width-content .steps-container .item {
    padding: 30px 100px;
  }
  .full-width-content .steps-container .item .step-number {
    width: 80px;
    height: 80px;
  }
  .full-width-content .steps-container .item .step-number h2 {
    line-height: 80px;
  }
}
@media (max-width: 550px) {
  .full-width-content .steps-container .item {
    padding: 30px 60px;
  }
  .full-width-content .steps-container .item .step-number {
    height: 60px;
    width: 60px;
  }
  .full-width-content .steps-container .item .step-number h2 {
    line-height: 60px;
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  .full-width-content .steps-container .item {
    padding: 30px 15px;
  }
}
