.m-15 {
    margin: 0 15px;
}

.specific-science-articles_inner {
    color: #ffffff;
    text-align: center;
}

.specific-science-articles_inner-heading-text {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px;
    padding: 35pt 0px;
}

.specific-science-articles_inner-heading-text h1 {
    text-align: center;
    font-size: 48.5pt;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.specific-science-articles_inner-heading-text p {
    font-size: 40px;
    font-weight: 600;
}

.specific-science-articles_inner a {
    font-weight: bold;
    color: #b2b7ff;
    padding-left: 1rem;
    
}

.expensive-chronic-diseases {
    margin-top: 2cm;
}

.expensive-chronic-diseases h2 {
    color: #ffffff;
    margin-bottom: 40px;
}

.expensive-chronic-diseases_inner_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff;
    margin-left: 40px;
}

.expensive-chronic-diseases_inner_content i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: -32px;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 400;
}

.expensive-chronic-diseases_inner_content p {
    margin: 0;
    text-align: left;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.expensive-chronic-diseases-helps-heading {
    margin: 48px 0;
}

.expensive-chronic-diseases-helps-heading h2 {
    font-size: 28px;
}

.expensive-chronic-diseases-helps-heading h3 {
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 5rem 0;
}

.healthcare {
    text-align: left;
    margin-bottom: 32px;
}

.healthcare h6 {
    font-size: 14.5pt;
    font-weight: bold;
    color: #ffffff;
    font-family: Verdana,sans-serif;
    display: inline-block;
    margin-bottom: 20px;
}

.healthcare_inner li {
    margin-bottom: 12px;
}

.healthcare_inner li p {
    margin-bottom: 0;
}

.healthcare_inner li a {
    font-weight: 400;
    margin-left: 17px;
    color: #337ab7;
    margin-left: 0;
    display: inline-block;
    text-decoration: underline;
}

.healthcare_inner li a:hover {
    color: #b2b7ff;
}
.cdc_line {
    margin: 2rem 0px;
    text-decoration: underline;
    margin-bottom: 8rem;
    float: right;
    width: auto;
}

@media (max-width: 767px) {
    .specific-science-articles_inner-heading-text h1 {
        font-size: 24pt;
    }

    .specific-science-articles_inner-heading-text p {
        font-size: 20px;
    }

    .expensive-chronic-diseases_inner_content {
        margin-left: 32px;
    }

    .expensive-chronic-diseases_inner_content p {
        font-size: 13px;    
    }

    .expensive-chronic-diseases h2 {
        font-size: 22px;
    }

    .expensive-chronic-diseases-helps-heading h3 {
        font-size: 28px;
        line-height: 35px;
        text-align: justify;
        text-indent: 0rem;
    }

    .healthcare_inner li a {
        width: 100%;
        word-wrap: break-word;
    }
}