.service-content p{
    font-size:18px;
    font-weight:500;
    color:#fff;
    margin-bottom:30px;
    line-height:1.8;
}

.service-content b,
.service-content strong{
    font-weight:700;
    color:#fff;
}

/* Lists */
.service-content ul{
    list-style:disc !important;
    padding-left:30px;
    margin-bottom:20px;
    color:#fff;
}

.service-content ol{
    list-style:decimal !important;
    padding-left:30px;
    margin-bottom:20px;
    color:#fff;
}

.service-content li{
    font-size:18px;
    font-weight:500;
    color:#fff;
    line-height:1.8;
    margin-bottom:10px;
}

/* Bullet & Number Color */
.service-content ul li::marker,
.service-content ol li::marker{
    color:#fff;
}

/* Links */
.service-content a{
    color:#fff;
    text-decoration:underline;
    transition:.3s;
}

.service-content a:hover{
    color:#ffc107;
}