.method {
  padding: 115px 0;
  background: #111;
  color: white;
}
.method-inner {
  width: calc(100% - 60px);
  max-width: 1240px;
  margin: auto;
}
.method-head {
  max-width: 930px;
}
.method-head p {
  font-size: 18px;
  color: #c9c1bc;
  max-width: 700px;
}
.method-flow {
  margin: 65px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.method-flow div {
  width: 150px;
  height: 150px;
  border: 1px solid #4b4440;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.method-flow b {
  font-family: "PT Serif", Georgia, serif;
  font-size: 39px;
  line-height: 39px;
  color: white;
}
.method-flow span {
  font-size: 20px;
}
.method-flow i {
  font-style: normal;
  color: #7d736c;
  font-size: 25px;
}
.method-quote {
  font-family: "PT Serif", Georgia, serif;
  font-size: 34px;
  line-height: 1.2;
  color: #e8c47d;
  max-width: 850px;
  border-left: 2px solid #9d151c;
  padding-left: 25px;
}
@media (max-width: 800px) {
  .method {
    padding: 80px 0;
  }
  .method-inner {
    width: calc(100% - 36px);
  }
  .method-flow {
    flex-wrap: wrap;
    justify-content: center;
  }
  .method-flow i {
    display: none;
  }
  .method-flow div {
    width: 130px;
    height: 130px;
  }
  .method-quote {
    font-size: 27px;
  }
}
