.press-release-area p {
    color: #000;
    font-size: 17px;
    padding: 12px !important;
}

.press-release-banner-img {
    width: auto;
    height: auto;
    object-fit: contain;
    overflow: hidden;
    border-radius: 10px
}

.digital-media-title,
.print-media-title {
    margin-bottom: 25px;
    margin-top: 25px
}
/* 
.press-release-area {
    background: #f2f2f2;
    padding: 20px
} */

.doc-interview-iframe {
    width: 100%;
    height: 200px
}

.doc-inter-title {
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.nm-detail-cont h2 {
    font-size: 36px;
    color: #0e2d58;
    margin-bottom: 12px;
}
.nm-detail-cont h5 {
    font-size: 26px;
    color: #0e2d58;
    margin-bottom: 12px;
}

.medicine-refe-link-vizag {
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: block;
    color: #212529;
}

@media only screen and (max-width:768px) {

    .digital-media-title,
    .print-media-title {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 24px
    }
}