.cta-target {
  text-align: center;!important;
  padding: 20px 10px; !important;
  scroll-margin-top: 100px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* BUTTON FRAME */
.cta-button {
  position: relative;
  display: inline-block;!important;
  padding: 4px 16px; !important;
  border: 2px solid #5a3a1a;
  border-radius: 6px;
  background: #f9efe3;
  text-decoration: none;
  overflow: hidden;
  transform: translateY(-2px);
  box-shadow:
    0 3px 0 #cbb08d,
    0 10px 22px rgba(0, 0, 0, 0.16);
}

/* TEXT */
.cta-title {
  font-size: 28px; /* giảm font-size từ 36px xuống 28px nếu muốn nhỏ hơn */
  font-weight: bold;
  color: #000000;
   margin: 0 !important;
  font-family:
    "Hiragino Maru Gothic ProN",
    "Yu Gothic",
    sans-serif;
  position: relative;
  z-index: 2;
  
}
