.footer-container{
   padding-top: 57px;
   padding-bottom: 53px;
}

.about-section{
   margin-left: 0px;
}

.footer-media{
    padding: 30px 0px;
}
.product-header{
    font-size: 30px;
    line-height: 28px;
}
.product-grid{
    margin-bottom: 84px;
}

.shop-hero{
    padding: 36px 0px;
}
.shop-price{
    margin: 52px 0px;
}

.productT{
    font-size: 48px;
    line-height: 52px;
}
.review {
    padding: 54px 0px;
}
.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 */
  }
  .nav-menu{
    margin-top: 80px;
  }
.about-content{
    margin-right: 92px;
}
.about{
    padding-top: 20px;
    padding-bottom: 50px;
}
.contact-hero {
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 51px;
 }
 .contact-header{
    margin-bottom: 200px;
 }
 .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.contact-image{
    margin-left: 92px;
}


@media (min-width:768px){
    .about-section{
        margin-left: 140px;
     }
     .product-header{
        font-size: 40px;
        line-height: 48px;
    }
    .about{
        padding-top: 80px;
        padding-bottom: 200px;
    }
    .circle{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }
}