
/* Style the section retail */
.home-spintly-blockretail {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 70px;
    margin-bottom: 100px;
    /* Add padding to the bottom of the section */
    background-color: white;
    /* Set background color */
  }
  
  /* Style the image inside the first column */
  .spintly-catgry-thumbretail img {
    float: right;
    max-width: 100%;
    margin-top: 20px;
  }
  
  /* Style the second column with product details */
  .spintlyretail-catgry-details {
  
    padding-top: 20px;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 45px;
    padding: 20px;
    /* Add padding to the product details column */
  }
  
  .spintlyretail-catgry-col.content {
    float: left;
    max-width: 100%;
    max-height: 100%;
  }
  
  /* Style the heading inside the product details */
  .spintlyretail-catgry-details h3 {
    margin-top: 120px;
    text-align: left;
    position: relative;
    font-size: 40px;
    /* Set the font size for the heading */
    color: black;
    /* Set the heading text color */
    text-decoration: underline;
    text-decoration-color: lightblue;
  }
  
  
  
  /* Style the paragraph inside the product details */
  .spintlyretail-catgry-details p {
    padding-top: 15px;
    padding-right: 20px;
    text-align: left;
    /* margin-top: 50px; */
    margin-bottom: 40px;
    font-size: 18px;
    /* Set the font size for the paragraph */
    color: black;
    /* Set the paragraph text color */
  }
  
  
 