.section-2-heading{
    color: #000;
    font-size: 38px;
    margin-top: 15px;
    line-height: 1.3;
}
.line-height-6{
    line-height: 1.6;
}
.listing-section-2{
    margin-top: 15px;
    list-style: none;
}
.listing-section-2 li{
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: 500;
}
.listing-section-2 li::before{
    position: absolute;
    left: -35px;
    top: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    content: '';
    background-image: url(../img/mark.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}