.insight-top-section-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.insight-top-section-wrapper {
    display: flex;
    flex-direction: column;
    width: 1140px;
    max-width: 1185.6px;
    margin-left: calc(-4% / 2 );
    margin-right: calc(-4% / 2 );
    margin-top: 50px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

/* Back button section */
.insight-back-button-wrapper {
    margin-bottom: 45px;
}

.insight-back-button-text {
    font-family: 'Lyon Display Light';
    color: #000;
    font-size: 18px;
    background-position: left;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}

.insight-back-button-text:hover {
    color: #000;
}

.insight-back-button-text::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 13px;
    background: url(../svg/arrow-purple.svg) no-repeat;
    transform: rotate(180deg);
    top: 5px;
    left: 0px;
    background-size: 18px 13px;
}

/* Category section */
.insight-category-section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}

.insight-category-text {
    font-size: 13px;
    font-family: 'Atlas Grotesk Medium';
    line-height: 13px;
    margin-bottom: 0 !important;
}

.insight-members-badge {
    padding: 5px 15px;
    background: #432B4A;
    border-radius: 10px;
    font-size: 13px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.insight-members-badge::before {
    font-family: icomoon;
    color: #1d082a;
    font-size: 13px;
    content: "\e9012";
    text-align: center;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    background-color: #edb308;
    border-radius: 100%;
}

/* Title section */
.insight-title-text {
    margin: 30px 0;
}

/* Author section */
.insight-author-section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #F7F6F1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.insight-author-section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* .insight-author-section img {
    width: 35px;
    height: fit-content;
    margin-right: 10px;
    border-radius: 50%;
} */

.insight-author-image {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.insight-author-text {
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #212934;
    line-height: 19px;
}

.insight-published-date {
    font-size: 13px;
}

.insight-article-read-time-section {
    display: flex;
    align-items: center;
}

.insight-article-read-time-text {
    margin-bottom: 0 !important;
    font-size: 13px;
    color: #5B5B5B;
    font-family: 'Atlas Grotesk Medium';
}

.insight-article-read-time-text::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    text-align: center;
    margin-right: 7px;
    content: "\f017";
    color: #1d082a;
    font-weight: 900;
}

/* Image section */
.insight-image {
    border-radius: 10px;
}

/* Download section */
.insight-ebook-download-text {
    margin-top: 20px;
}

.insight-download-btn {
    display: block;
    width: fit-content;
    font-family: "Atlas Grotesk Medium";
    font-size: 14px;
    color: #fff;
    padding: 8px 25px;
    background: #006eb8;
    border-radius: 22px;
    margin-top: 20px;
}

.insight-download-btn:hover {
    color: #fff;
}

.insight-download-btn::after {
    font-family: 'icomoon';
    content: "\e9005";
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}