/* h2 */
h2 {
  font-weight: 600;
  font-size: calc(20px + 16 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  text-align: center;
}
/* h2 */
.how_we_work_items {
  justify-content: flex-start;
}
.how_we_work_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ab885d;
  height: 45px;
  border: none;
  padding-left: 0;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  transition: all linear 0.2s;
  margin: 40px auto 0 auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
}
