
#site-contnts-serviceindividules {
  margin-top: 130px !important;
}
.site-contnts-serviceindividules-content{
    padding: 0px 10%;
    height: 100%;
    text-align: center !important;
}
.site-contnts-serviceindividules-content img{
    height: 100%;
    width: 100%;
  }
  #site-contnts-serviceindividules{
    padding-top: 130px;
  }
  .tooltips{
    padding: 10px 9% !important;
  }

  #site-contnts-serviceindividules-description{
    padding: 10px 5%;
}
  /* #site-contnts-serviceindividules-description .row{
      display: flex;
  }
   .site-contnts-serviceindividules-description-data{
       flex: 1;
   } */
  .site-contnts-serviceindividules-description-imgpart img{
    max-width: 100%;
    width: 100%;
}
  .site-contnts-serviceindividules-description-data ul{
    list-style: none; /* Remove default bullets */
}
  .site-contnts-serviceindividules-description-data ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    font-size: 18px;
    color: #ffe100; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width:5px; /* Also needed for space (tweak if needed) */
    height: 0px;
  }

  #site-contnts-serviceindividules-rules{
      padding: 20px 8%;
  }
  #site-contnts-serviceindividules-rules ul {
    list-style: none; /* Remove default bullets */
    padding: 0px;
    position: relative;
  }
  #site-contnts-serviceindividules-rules ul::before {
    content: '';
    display: block;
    position: absolute;
    top:0px;
    right:3px;
    border-right: 2px solid #ffe100;
    height: 100%;
    z-index: 1;
  }
  #site-contnts-serviceindividules-rules ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    font-size: 24px;
    color: #ffe100; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width:10px; /* Also needed for space (tweak if needed) */
    height: 0px;
    z-index: 2;
  }
  #site-contnts-serviceindividules-rules ul li .contint{
    position: relative;
    right: 7px;
  }
 #site-contnts-serviceindividules-rules h4{
     padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d6;
 }
 @media (max-width: 350px) {
  #site-contnts-serviceindividules-rules ul li{
   font-size: 11px !important;
 }
}

@media (max-width: 500px) {
  #site-contnts-serviceindividules-rules ul li{
    font-size: 12px !important;
  } 
}