.circulate {
  color: #FFF;
  padding-bottom: 100px;
}
.circulate_g {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  color: #596395;
  letter-spacing: inherit;
  font-weight: 500;
}
.circulate_p1 {
  font-size: 24px;
  color: #FFF;
}
.circulate_p2 {
  font-size: 13px;
  color: #FFF;
  line-height: 2;
}
.circulate_p2 p {
  margin-top: 18px;
}
.circulate_p2 .M {
  font-size: 120%;
}
.circulate_in {
  max-width: 600px;
  margin: 50px auto 0;
}
@media screen and (min-width: 860px) {
  .circulate_in {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1200px;
  }
}
.circulate_img {
  padding: 30px;
}
@media screen and (min-width: 860px) {
  .circulate_img {
    width: 50%;
  }
}
.circulate_text {
  padding: 30px;
}
@media screen and (min-width: 860px) {
  .circulate_text {
    width: 50%;
  }
}