.common-page-header.static-page-header .sidebar-brand img {
    width: auto;
    height: 40px;
    object-fit: contain;
}
.Page-content-card.static-content-card {
    border-radius: 6px;
    background: #FFF;
    padding: 20px 24px;
    flex: 1 0 auto;
    max-height: calc(100vh - 122px);
    overflow-y: auto;
}
.Page-content-card.static-content-card h1.page-title {
    border-bottom: 2px solid;
    width: fit-content;
    margin-bottom: 24px;
}

h2.inner-title {
    font-size: 24px;
    text-transform: capitalize;
    line-height: normal;
    color: #000;
    margin-bottom: 20px;
}
.inner-static-content h2 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #000;
}