.column-tit003 {
  font-weight: normal;
  position: relative;
  width: fit-content;
  height: 0.8rem;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
      background-repeat: no-repeat;
}

.column-tit003 a,
.column-tit003 p {
  color: #333;
  font-size: 0.32rem;
  line-height: 1;
}

@media (max-width: 960px) {
.column-tit003 {
        width: 100px;
        height: 34px;
    }
  .column-tit003 a,
  .column-tit003 p {
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=column-tit003.css.map */