.container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.cir01 img, .cir02 img {
  width: 100%;
}

@media screen and (max-width: 1180px) {
  .cir01 {
    width: 300px;
  }
  .cir02 {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .cir01 {
    width: 250px;
  }
  .cir02 {
    width: 150px;
  }
}

.horLine {
  width: 1px;
  height: 30px;
  background-color: #E5E5E5;
}

.verLine {
  width: 50%;
  height: 1px;
  background-color: #E5E5E5;
}