.title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #7f0019;
  width: 150px;
  height: 45px;
  padding: 5px;
  text-align: center;
}

.title-1 {
  font-size: 30px;
  padding-left: 20px;
  font-weight: 700;
}
.title-1 span {
  font-size: 40px;
}

.title-3 {
  font-size: 30px;
  font-weight: 700;
  color: #7f0019;
}

.letter {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #7f0019;
  width: 45px;
  height: 45px;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
}

.size {
  font-size: 24px;
  font-weight: 500;
  font-family: "Helvetica", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Arial", "sans-serif";
}

.bg {
  background-color: #c2c2c2;

  padding: 15px 30px;
  text-align: center;
  border-radius: 25px;
}
.title-2 {
  font-size: 28px;
  color: #585656;
  font-weight: 700;
  padding-right: 25px;
}

/* .title-2::before {
  content: "→";
} */
.title-2::after {
  content: "";
  background-image: url("../img/22/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 25px;
  height: 25px;
  /* position: absolute; */
  top: 0;
  left: 0;
  margin-left: 20px;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .title-2 {
    font-size: 24px;
    color: #585656;
    font-weight: 700;
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .title-2::after {
    content: "";
    width: 0px;
    height: 0px;
    margin-left: 00px;
    opacity: 0;
  }
}
