body{
   
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "IBM Plex Sans", sans-serif;
}

.ali{
align-items: center;
}

.header-list{
    font-weight: 500;
    font-style: normal;
}

.header-button{
  font-weight: 700;
  font-style: normal;
  background: #D8FB78;
  border-radius: 20px;
  height: 40px;
  width: 130px;
}
.sec{
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
}

.banner-button-section{
    font-weight: 700;
    font-style: normal;
    background: #D8FB78;
    border-radius: 20px;
    height: 40px;
    width: 130px;
}


/* .banner-content-section{
    row-gap: 10px;
} */

/* .banner-image-section{
    width: 544px;
    height: 500px;
} */

.products-content h1{
    font-weight: 700px;
    size: 32px;

}



