
.handcraftsection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 37.55px;
  width: 50%;
  height: 330.66px;
  margin-top: 80px;
  padding-left: 50px;
}

.heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 10px;
  letter-spacing: 0.250365px;
  color: #97614d;
}  

.homepara {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.250365px;
  color: #44342e;
}
#contactusbtn {
  width: 200px;
  height: 60px;

  background: #5f8f90;
  border-radius: 6.25912px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.125182px;
}
#contactusbtn:hover {
    
    background: #11a3a5;;
  }
  


@media screen and (max-width: 1200px) {
  .handcraftsection {
    width: 75% !important;
  }
 
}

@media screen and (max-width: 769px) {
  .handcraftsection {
    width: 85% !important;
    margin-top:25px
  
  }
  .heading {
    font-size: 40px;
  }
  .homepara {
    
    line-height: 30px;
    letter-spacing: 0.250365px;
    color: #44342e;
    margin-bottom: 0rem !important;
  }
  .navbar-nav{
    padding-top: 0rem !important;


  }
 
}
@media screen and (max-width: 640px) {
  .handcraftsection {
    width: 95%;
    gap: 30px;
  }
  .heading {
   line-height: 15px;
  }
  .homepara {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.250365px;
    color: #44342e;
  }
  #contactusbtn {
    width: 200px;
    height: 55px;
    font-size: 22px;
  }
  
}
@media screen and (max-width: 555px) {
 
  .homepara {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0rem;
  }
  #contactusbtn {
    width: 200px;
    height: 55px;
    font-size: 22px;
  }
}
@media screen and (max-width: 524px) {

  .homepara {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0rem;
  }
  #contactusbtn {
    width: 175px;
    height: 50px;
    font-size: 22px;
  }

}

@media screen and (max-width: 390px) {

  .homepara {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0rem;
  }
  #contactusbtn {
    width: 175px;
    height: 50px;
    font-size: 22px;
  }
  .heading{
    line-height: 45px;
  }

}