.author-hero {
    padding-top: 124px;
    padding-bottom: 48px;
}

.author-hero-content {
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}

.author-hero-section.bordered {
    padding-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
}

.author-hero-section figure {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    align-items: center;
    margin: 0;
}

.author-hero-section figure > img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid #eceff1;
}

.author-hero-section figure > figcaption > label {
    color: #000;
    /* Display xs/Semibold */
    font-family: 'Metropolis', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.48px;
    display: block;
}

.author-hero-section figure > figcaption > span {
    color: #525252;
    /* Text md/Regular */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.author-hero-section h3 {
    color: #0a0a0a;
    /* Display xs/Semibold */
    font-family: 'Metropolis', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.48px;
    padding: 0;
    margin: 0 0 4px 0;
}

.author-hero-section ul {
    padding: 0;
    margin: 0;
}

.author-hero-section ul > li {
    list-style: none;
    margin-bottom: 16px;
}

.author-hero-section ul > li > label {
    display: block;
    color: #0a0a0a;
    /* Text md/Semibold */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.author-hero-section ul > li > span {
    color: #0a0a0a;
    /* Text sm/Regular */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.author-hero-section .sm-author {
    display: flex;
    gap: 0 12px;
    padding: 8px 0;
}

.author-hero-section .sm-author > a > i {
    font-size: 24px;
    color: #0a0a0a;
}

.author-hero-section .sm-author > a > i:hover {
    color: var(--teal-700);
}

h2.author-section-heading {
    color: #0a0a0a;
    font-family: 'Metropolis', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.48px;
    margin: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
}

#new-article .mj-card-display > img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

@media all and (max-width: 768px) {
    
}