.guide-section {
  margin-bottom: 100px;
}
.guide-section p {
  padding-right: 240px;
}

.guide-img {
  position: absolute;
  right: 100px;
  top: 0;
}

.guide-img-1 {
  top: 20px;
}

.guide-img-2 {
  right: 90px;
  top: 15px;
}

@media screen and (max-width: 700px) {
  .guide-section {
    margin-bottom: 30px;
  }
  .guide-section p {
    padding-right: 0;
  }

  .guide-img {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
  
  .page-title h1 img {
    height: 27px;
  }
}
