.ser_info li {
    position: relative;
    padding: .5rem 1rem;
}

.ser_info li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #751919;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
}

.sub-ablock i {
    margin: 0 0 0.5rem 0;
}

.vertMiddle td{
    vertical-align: middle;
}
.susBg{
    background: rgb(243, 243, 243) url("../images/sus_bg.png") no-repeat;
    background-position: right bottom;
}
.sus_subTitle{
    color: #862929;
    font-weight: 700;
}
@media screen and (max-width:991px) {
    .mobBg{
        background-color: rgba(255, 255, 255, 0.7);
    }
}