/* BASIC css start */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.woodcutting-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}

.title-banner {
  text-align: center;
  padding: 50px 20px;
  background: url('wood-background.jpg') no-repeat center/cover;
  color: white;
}

.title-banner h1 {
  font-size: 3rem;
  margin: 0;
}

.title-banner p {
  font-size: 1.3rem;
  margin: 10px 0 0;
}

.product-section,
.processing-section,
.custom-order-section,
.technical-consulting-section,
.request-method-section,
.payment-section {
  margin: 40px 0;
}

h12 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.button {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #717171;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.button:hover {
  background-color: #000000;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin: 5px 0;
}

ul li a {
  color: #575757;
  text-decoration: none;
}

ul li a:hover {
  text-decoration: underline;
}
/* BASIC css end */

