/* ourstory */
.about-us {
    padding: 0 0 50px 0px;
}

.breadcrumb {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}

.breadcrumb a {
    text-decoration: none;
    color: #86868b;
}

.breadcrumb strong {
    text-decoration: none;
    color: #23559b;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    margin: 0 5px;
}

/* brad crum end  */
.about-us-research-banner {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

/* section starts  */
.left-section h3 {
    font-size: 20px;
    margin-block: 50px 20px;
}

.left-section p {
    font-size: 16px;
    margin-bottom: 20px;

}
.left-section img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}
p {
    line-height: 24px;
}

@media (max-width: 767px) {
  /* .pdf-embed { display: none; } */
  .pdf-link { display: block; margin-top: 1rem; }
}

object {
  height: 80vh;
}
