.super-ul {
    color: #fff !important;
    list-style: none;
    padding: 0 0 10px 30px;
    font-size: 20px !important;
}

.super-ul li {
    padding: 0 0 5px 0;
    font-weight: 700;
}
.super-ul li::before {
    content: "\2022";
    color: #1694ca;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 30px;
}
.services-item img{
    width:15%;
}
.rs-services .services-wrap .right-icon .services-item .services-desc {
    margin-right: -50px;
    float: right;
}
@media screen and (max-width: 767px) {
  .services-icon, .services-item img{
    text-align:center !important;
}
}
