.service{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #343434;
}
.serviceContainer{
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
}
h5{
    text-align: center;
    margin-bottom: 1%;
    color:#009ac2 ;
}
p{
   text-align: justify;
   line-height: 2.5;
}
ul{
    list-style: decimal;
    padding-left: 0; /* Removes padding */
    margin-left: 0;  /* Removes margin */
}
li{
    line-height: 2.5;
   
    list-style-position: inside; /* Optional: adjusts bullet position */
}
hr{
    border: 1px solid #343434
}