a.btn-white-paper {
    min-width: 201px;
    width: auto;
    display: inline-flex;
    padding: 0 20px;
}

.banner-medium {
    padding: 60px 0 50px;
}

.highlight-post__card {
    max-width: 1012px;
    display: flex;
}

.highlight-post__thumbnail__link {
    width: 566px;
    height: 386px;
    max-width: 100%;
    margin-right: 40px;
    margin-bottom: 0;
}

.highlight-post__thumbnail {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.highlight-post__thumbnail__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    transition: all 0.5s ease;
    transform: scale(1);
}

.highlight-post__thumbnail__link:hover img {
    transform: scale(1.2);
}

.post-content-wrap {
    flex: 1;
    color: #fff;
}

.highlight-post-date {
    font-size: 10px;
    display: block;
    font-weight: 500;
}

.highlight-post__title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.highlight-post__title a {
    color: #fff;
    font-weight: 800;
}

.highlight-post__excerpt {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

/*  */

.posts-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.section-title {
    margin-bottom: 25px;
}

.section-title a {
    font-size: 10px;
    font-weight: 500;
}

.posts__date {
    font-size: 10px;
    font-weight: 500;
}

.posts__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.posts__title a {
    font-weight: 800;
    color: #fff;
}

.posts-desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.section-wrapper {
    width: 100%;
    float: left;
}

.aside-content-wrapper {
    display: flex;
    padding: 80px 20px;
}

.aside-wrapper {
    width: 272px;
    margin-right: 155px;
}

.content-wrapper {
    flex: 1;
    color: #010341;
}

.content-wrapper a:not(:hover) {
    color: #835ADE;
}

.tabs-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 40px;
    padding-right: 15px;
}

.tabs__list:not(:last-child) {
    margin-bottom: 25px;
}

a.tabs__link {
    display: block;
    font-weight: 600;
    color: #010341;
    position: relative;
    outline: none;
    padding-right: 20px;
    display: block;
}

/* new  */
.tabs__list:not(:last-child) {
    margin-bottom: 0;
}

.tabs__list:not(:first-child) {
    margin-top: 25px;
}

.tabs__list.level-2,
.tabs__list.level-3 {
    margin-top: 15px;
}

li.level-2 {
    padding-left: 15px;
}

li.level-3 {
    padding-left: 30px;
}

.level-2 .tabs__link {
    font-size: 14px;
    font-weight: 500;
}

.level-3 .tabs__link {
    font-size: 12px;
    font-weight: 400;
}

.active .tabs__link::before {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 2px;
    background-color: #010341;
}

/* new  */

.active .tabs__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #010341;
}

input.search {
    width: 100%;
    border-radius: 20px;
    height: 40px;
    padding: 2px 15px;
}

.search::-webkit-input-placeholder {
    color: #92989F;
}

.search:-ms-input-placeholder {
    color: #92989F;
}

.search::placeholder {
    color: #92989F;
}

.content__title {
    font-size: 32px;
    font-weight: 700;
    color: #010341;
    margin-bottom: 45px;
}

.content__subtitle {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 40px;
    /* text-align: center; */
}

.content__desc {
    font-weight: 500;
    margin-bottom: 40px;
}


/* font fixes */
#tab1 .content__subtitle,
#tab2 .content__subtitle,
#tab6 .content__subtitle,
#tab7 .content__subtitle,
#tab12 .content__subtitle,
#tab20 .content__subtitle,
#tab24 .content__subtitle,
#tab28 .content__subtitle,
#tab29 .content__subtitle,
#tab30 .content__subtitle {
    font-size: 24px;
}

#tab3 .content__subtitle,
#tab4 .content__subtitle,
#tab5 .content__subtitle,
#tab8 .content__subtitle,
#tab9 .content__subtitle,
#tab10 .content__subtitle,
#tab11 .content__subtitle,
#tab13 .content__subtitle,
#tab17 .content__subtitle,
#tab21 .content__subtitle,
#tab22 .content__subtitle,
#tab23 .content__subtitle,
#tab25 .content__subtitle,
#tab26 .content__subtitle,
#tab27 .content__subtitle {
    font-size: 21px;
}

#tab14 .content__subtitle,
#tab15 .content__subtitle,
#tab16 .content__subtitle,
#tab18 .content__subtitle,
#tab19 .content__subtitle {
    font-size: 19px;
}

/* font fixes */


@media screen and (min-width: 991px) {

    /* for fixed aside section  */
    .aside-content-wrapper {
        position: relative;
    }

    .aside-wrapper {
        max-height: 450px;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 140px;
        z-index: 1;
        max-height: calc(100vh - 160px);
    }


    /* scroll  */
    .tabs-wrapper {
        max-height: 370px;
        overflow: hidden auto;
        padding-right: 5px;
        max-height: calc(100% - 83px);
    }

    .tabs-wrapper {
        scrollbar-width: thin;
        scrollbar-color: #010341 transparent;
    }


    .tabs-wrapper::-webkit-scrollbar {
        width: 3px;
    }

    .tabs-wrapper.horizontal::-webkit-scrollbar {
        height: 8px;
    }

    .tabs-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }

    .tabs-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(1, 3, 65, .25);
        border-radius: 5px;
        border: 1px solid transparent;
        background-color: transparent;
    }

    /* for fixed aside section  */
}

@media screen and (max-width: 991px) {
    .highlight-post__card {
        flex-direction: column;
    }

    .highlight-post__thumbnail__link {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .aside-content-wrapper {
        flex-direction: column;
    }

    .aside-wrapper {
        width: 100%;
        margin-right: 0;
    }

    .tabs-wrapper {
        display: flex;
        overflow: auto;
    }

    .tabs__list {
        white-space: nowrap;
        margin: 0;
    }

    .tabs__list:not(:last-child) {
        margin-right: 15px;
    }

    .tabs__list:not(:last-child) a {
        padding-right: 15px;
    }

    .tabs__list {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .highlight-post__thumbnail__link {
        height: auto;
    }

    .content__title,
    .highlight-post__title {
        font-size: 28px;
        line-height: 34px;
    }
}