/* ======================================================================
 p-art
====================================================================== */
.art__wrap {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .art__wrap {
    display: block;
  }
}
.art__wrapImg {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .art__wrapImg {
    width: 100%;
  }
}
.art__wrapTxt {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .art__wrapTxt {
    width: 100%;
  }
}
.art__wrapTxt p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.art__btn {
  margin-top: 30px;
  text-align: center;
}
.art__btn a {
  display: inline-block;
  border-radius: 27px;
  padding: 16px 25px;
  color: #fff;
  background-color: #a69753;
  font-size: 16px;
  font-weight: 700;
  transition: all ease 0.3s;
}
.art__btn a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}/*# sourceMappingURL=p-art.css.map */