.about-page {
  margin-bottom: 30px;
}

.ap__content {
  padding: 15px;
  background: #fff;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ap__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 992px) {
  .ap__grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 60px;
  }
}
.ap__block {
  grid-gap: 20px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .ap__block {
    display: grid;
    grid-template-columns: 15% auto;
  }
}
@media (min-width: 992px) {
  .ap__block {
    display: grid;
    grid-template-columns: 30% auto;
  }
}
.ap__text {
  padding: 30px 60px;
}
.ap__block-content p, .ap__text p {
  font-size: 1.7rem;
  color: #444;
  margin-bottom: 8px;
}
.ap__block-content ul, .ap__text ul {
  padding-top: 10px;
  margin-left: 20px;
}
.ap__block-content ul li, .ap__text ul li {
  font-size: 1.7rem;
  color: #444;
  padding-bottom: 6px;
}
.ap__block-content i, .ap__text i {
  color: var(--gray600);
  font-size: 1.5rem;
}
.ap__block-content b, .ap__text b {
  color: #000;
}
.ap__block-image {
  width: 100%;
  height: 100px;
}
@media (min-width: 768px) {
  .ap__block-image {
    width: 100%;
    height: auto;
    max-height: 200px;
  }
}
.ap__block-image svg {
  width: 100%;
  height: 100%;
}
.ap__block-title {
  margin-bottom: 14px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .ap__block-title {
    text-align: left;
  }
}
.ap__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ap__feedback {
  overflow: hidden;
  border-radius: 12px;
}
.ap__feedback-frame {
  width: 100%;
  height: 100%;
  min-height: 850px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.ap__feedback-frame iframe {
  min-height: 850px;
}

/*# sourceMappingURL=style.css.map */
