.content{
    padding-bottom: 20px;
}

.heading{
    font-size: 27px;
    line-height: 32px;
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
  }

.scrollbar-hidden {
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
  }

  .category{
    top: 65%;
  }

  .margin-buttom{
    margin-bottom: 40px;
  }
  .sidebar-width{
    width: 352px;
}
.about-title{
    font-size: 40px;
    line-height: 48px;
}

.productT{
    font-size: 32px;
    line-height: 40px;
}

.contact{
  margin: 0px;
}

@media (min-width:768px) {
    .margin-buttom{
        margin-bottom: 120px;
      }
      .contact{
        margin: 0px 80px;
      }
}