.lumber-banner {
  background-image: url(../image/lumber.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}


.new_txt::after {
  left: 46% !important;
}

.new_img {
  width: 55% !important;
  margin: 45px auto 15px auto !important;
}

.lower-para {
  margin-top: 40px;
  text-align: left;
}

.lower-para p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #444444;
  line-height: 25px;
  margin-bottom: 0px;
}

.new_line::after {
  left: 34% !important;
}

.upper-div {
  margin-top: 80px;
}

.disc-box {
  width: 100%;
  position: relative;
  transition: 0.5s;
    cursor: pointer;
}

.disc-box:hover{
  transform: translate(0, -10px);
}

.disc-box img {
  width: 100%;
}

.disc-txt {
  width: 63%;
  padding: 12px 13px;
  position: absolute;
  top: 45%;
  left: 59%;
  transform: translate(-50%, -50%);
  text-align: left;
  text-wrap: nowrap !important;
}

.disc-txt h5 {
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #222222;
}

.new-para span {
  font-weight: 600;
  color: var(--primary-color);
}

.new_width {
  width: 60%;
  top: 46%;
  left: 58%;
}

.new_width h5 {
  width: fit-content;
  text-wrap: wrap;
  line-height: 20px;
}
