.column-tit001 {
  font-weight: normal;
  position: relative;
  width: 2.3rem;
  height: 0.66rem;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column-tit001 a,
.column-tit001 p {
  color: #333;
  font-size: 0.32rem;
  line-height: 1;
}

@media (max-width: 960px) {
.column-tit001 {
  width: 150px;
  height: 43px;
}
  .column-tit001 a,
  .column-tit001 p {
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=column-tit001.css.map */