.text-dark-gray {
    color: #222;
    font-size: 17px;
    line-height: 1.85;
    font-weight: 400;
}

p.text-dark-gray {
    margin-bottom: 30px;
}
h6.text-dark-gray {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 18px;
    line-height: 1.3;
    padding: 0;
    border: none;
}
h6.text-dark-gray::before,
h6.text-dark-gray::after {
    display: none !important;
}
.list-style-04 {
    padding-left: 22px;
    margin-bottom: 35px;
}

.list-style-04 li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 14px;
    color: #222;
}
.text-dark-gray a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.text-dark-gray a:hover {
    color: #555;
}
.heading{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    h6.text-dark-gray {
        font-size: 24px;
    }

    .text-dark-gray {
        font-size: 16px;
    }
    .heading{
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 10px;
    }
}
