@media (max-width: 768px) {
  .category_imageArea img {
    width: 100% !important;
  }

  .category_imageArea {
    margin: 0px -11px !important;
  }

  h2.text-costom {
    font-size: 16px !important;
    margin: 20px 15px !important;
    line-height: 1.6;
    word-break: keep-all;
    text-align: center !important;
  }

  h3.text-costom {
    font-size: 20px !important;
  }
}

h2.text-costom::before {
  display: none !important;
}

h2.text-costom {
  font-size: 22px;
  color: #333333;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  margin: 40px 0;
  letter-spacing: 0.05em;
  word-break: keep-all;
}

h3.text-costom::before {
  display: none !important;
}

h3.text-costom {
  font-size: 25px;
  text-align: left !important;
}

a.btn-orange {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  background: #91bd1d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.btn-costom-size {
  font-size: clamp(16px, 5vw, 28px) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  white-space: normal;
  padding: 20px 16px !important;
  margin-bottom: 20px;
}