.frame-wrap {
  width: 100%;
}

.about-cat {
  display: table;
  width: auto;
  margin: 0 auto 1.5rem;
  padding: 0 0.3em;
  color: var(--color);
  line-height: 1;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background-image: url(../img/common/cat-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 38%;
}

.about-cont {
  width: 100%;
  margin: 0 0 2.5rem;
  text-align: center;
  color: var(--color);
  font-size: 20px;
}

.frame-wrap .cont:last-child {
  margin: 0;
}

a.map-link {
  display: inline-block;
  padding: 0 0 0 0.2em;
  line-height: 1;
  color: var(--color);
  text-decoration: none;
  vertical-align: middle;
  transform: translateY(-0.1em);
  transition: all 0.2s;
}

a.map-link:hover {
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}


@media screen and (min-width: 1px) and (max-width: 743px) {
  .about-cat {
    margin: 0 auto 1rem;
    font-size: 4.8vw;
  }

  .about-cont {
    margin: 0 0 2rem;
    font-size: 3.6vw;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about-cat {
    font-size: 2.93vw;
  }

  .about-cont {
    font-size: 2.2vw;
  }
}
