.column-tit001 {
  font-weight: normal;
  position: relative;
  width: 2.3rem;
  height: 0.8rem;
      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: 100px;
    height: 34px;
}
  .column-tit001 a,
  .column-tit001 p {
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=column-tit001.css.map */