.container{
    margin-top: 100px;
  }
  
  .product-right {
    float: right;
  }
  
  .product-right .description p {
    color: var(--gray-color);
    text-align: justify;
    line-height: 22px;
  }
  
  p {
    margin: 0 0 10px;
  }
  
  p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  
  h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
  }
  
  
  .bene-repor {
  
    display: block;
    list-style-type: disc;
    margin-left: -50px;
  }
  
  li .facebook1 .whatsapp-hidden {
   
    text-align: -webkit-match-parent;
  }
  
  .product-left {
    float: left;
  }
  
  #service_box .product-left .image {
    position: relative;
  }
  
  .Share {
  
      padding-top: 10px;
  }
  
  .lead2{
      display: flex;
      flex-wrap: wrap; 
      margin-left: -50px;
      justify-content: center;
  }
  
  .facebook1.whatsapp-hidden{
  
    width: 300px;
    height: 300px;
   
   }
   
   svg.bi-whatsapp {
       
       fill: #02d326;
   }
  
  
   .call-action {
  
      display: inline-block;
      vertical-align: middle;
      margin-left: 30px;
      padding: 0 20px;
      border: 1px solid blue;
      line-height: 42px;
      background-color: #4ea8de ;
      color: white;
      font-size: 15px;
      letter-spacing: 1px;
      border-radius: 8px;
    
  }
  
  
  .product-left .tocall:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-image: url(images/g8639.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .tocall a {
    display: block;
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    background:blue;
    position: relative;
    left: -60px;
    padding-left: 60px;
    z-index: 1;
  }
  
  .tocall p {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: gray;
    padding-right: 110px;
    line-height: 20px;
  
  }
  
  .lead1{
      display: flex;
      flex-wrap: wrap; 
      margin: auto;
      justify-content: center;
  }  