#content-asset-d .dline {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    float: left;
    width: 97.6%;
    margin-left: 1.1%;
}

#content-asset-d .card-footer a {
    color: #034694;
}

#content-asset-d .card-image img {
    display: none;
}


#content-asset-d .description a {
color: #000 !important;
}

#content-asset-d .description p:first-child a {
color: #034694 !important
}

#content-asset-d .article-details-page h2, .pd-markup-content h3  {
font-size: 1.1rem !important;
margin-top: 16px;
}

#content-asset-d .pd-markup-content h3 a {
color: #034694 !important;
font-weight: bold;
}

#content-asset-d h2 {
    text-align:left !important 
}

@media only screen and (max-width: 767px) {
    #content-asset-d {
        max-width: 375px !important;
        margin-left: -10px;
        margin-bottom: 10px;
    }

    #content-asset-d .dline {
        display: none;
    }

    .text-left-d {
        text-align: left !important;
    }

    #content-asset-d .top-d {
        margin-left: 15px;
    }

    #content-asset-d .pd-custom-carousel .show-controls .swiper-container {
        padding-bottom: 0.375rem;
    }

    #content-asset-d .pd-card .card-body {
        padding-top: 0px;
        margin-top: -15px;
    }


}