.item-container{
    max-width: 1400px;
    margin: 0 auto;
}

.container{
    background-color: white;
}

#body-content{
    background-color: white !important;
}

.item-desc{
    display: flex  !important;
    align-items: center !important;
    flex-wrap:wrap !important;
}

.inter-item-desc-title{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 430; /* Bold weight */
  font-style: normal;
  font-size: 1.4rem; /* Keep as is */
  line-height: 0.5;
}

.inter-item-desc-details{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Bold weight */
  font-style: normal;
  font-size: 1.2rem; /* Keep as is */
  line-height: 0.1;
}

.inter-item-desc-p{
   font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500; /* Bold weight */
  font-style: normal;
  font-size: 1rem; /* Keep as is */
  line-height: 1.5;
}

.item-size-container{
  display: flex;
}

.size-space{
  padding-right: 16px;
}

.item-size-container{
  margin-top:20px;
}




