
/* Style the section */
.home-spintly-block1 {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 70px;
    margin-bottom: 120px;
    /* Add padding to the bottom of the section */
    background-color: white;
    /* Set background color */
  }
  
  /* Style the image inside the first column */
  .spintly-catgry-thumb1 img {
    float: right;
    max-width: 100%;
    margin-top: 20px;
  }
  
  /* Style the second column with product details */
  .spintly1-catgry-details {
  
    padding-top: 20px;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 45px;
    padding: 20px;
    /* Add padding to the product details column */
  }
  
  .spintly1-catgry-col.content {
    float: left;
    max-width: 100%;
    max-height: 100%;
  }
  
  /* Style the heading inside the product details */
  .spintly1-catgry-details h3 {
    margin-top: 80px;
    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 */
  .spintly1-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 */
  }
  
  
 