/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 15:49:52 */
    .set-text h3 , .set-text h4 {
        font-size: 18px;
        color: #fff;
        line-height:28px !important;
    }
    .set-text h5 {
        font-size: 18px;
        color: #fff;
        line-height:28px !important;
        margin-bottom: 30px;
    }
    .set-text h4 {
        margin-left: 25px;
    }
    .set-text p {
        margin-bottom: 26px;
    
    }
    .set-text p:last-child {
        margin-bottom: 0px !important;
    }

.set-text-case ol{
    margin-bottom: 15px;
    color: #fff;
	padding-left:18px;
    font-weight: 500 !important;
}

.set-text-case strong{
	font-weight:600;
	color:#fff;
}

.set-text-case 
    table {
     
      
      border-collapse: separate;
      
      border: 1px solid grey;
     border-radius: 12px;
      overflow: hidden;
      background-color: #00000;
     
    }

  .set-text-case   th, .set-text-case  td {
      padding: 16px;
      text-align: left;
      border-bottom: 1px solid #131313;
    }

   .set-text-case  th {
      background-color: #000000;
      color: white;
    }

    .set-text-case  tr:hover {
      background-color: #131313;

  
}