.single-banner .container {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.team-name span {
    color: var(--e-global-color-primary)
}

.single-banner .team-banner-image {
    width: 100%;
    height: 624px;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.single-banner .team-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px
}

.news-blog-single .container {
    margin: 0 auto;
}

.news-blog-single .team-about-card {
    padding: 64px !important;
}

.webinar .webinar-watch-now {
    width: 157px !important;
}


/* Webinar Styling */
.webinar-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.webinar-container .info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.webinar-container .info-container p {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--e-global-color-primary);
}

.webinar-container span {
    color: var(--e-global-color-primary);
}

.webinar-container p {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--e-global-color-secondary);
    margin-bottom: 0;
}

.webinar-container h3 {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1;
    color: var(--e-global-color-secondary);
    margin: 0;
}

.divider {
    width: 200px;
    background: var(--e-global-color-primary);
    height: 2px;
    border: 0;
    margin: 0;
}

.content-grid {
    width: 100%;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.content-grid .card {
    width: 100%;
    border-radius: 24px;
    padding: 48px;
    border: 1px solid var(--e-global-color-primary);
    gap: 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
}

.content-grid .card .img {
    width: 298px;
    height: 100%;
    border-radius: 20px;
    position: relative;
}

.content-grid .card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.content-grid .card .img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-grid .card .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 0 !important;
}

.content-grid .card .content-container .tag-title {
    display: flex;
    padding-left: 24px;
    flex-direction: column;
    gap: 10px;
    border-left: 2px solid var(--e-global-color-primary);
}

.content-grid .card .content-container .tag {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--e-global-color-primary);
}

.content-grid .card .content-container .tag span {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--e-global-color-primary);
}

.content-grid .card .content-container h4 {
    margin: 0;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -2%;
    max-width: 90%;
}

.content-grid .card .content-container h4 a {
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

.content-grid .card .content-container .card-divider {
    width: 200px;
    background: var(--e-global-color-primary);
    height: 1px;
    border: 0;
    margin: 0;
}

.content-grid .card .content-container .meta {
    width: fit-content;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}

.content-grid .card .buttton {
    display: flex;
    align-items: center;
}

.content-grid .card .buttton a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 999px;
    background: var(--e-global-color-primary);
    color: #fff;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 157px;
}

.content-grid .card .buttton a:hover {
    background: black;
    color: var(--e-global-color-primary);
    gap: 15px;
}

.content-grid .card .buttton a:hover span svg path {
    stroke: var(--e-global-color-primary);
}

.webinar {
    max-width: 170px !important;
}

.comming-up-container {
    background: #F6E9D2;
}

.comming-up-container .main-content {
    background: transparent
}

.webinar-container .text-p {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.5;
    color: var(--e-global-color-secondary) !important;
    margin-bottom: 0;
}

.register-interest a {
    max-width: 200px !important;
    width: 200px !important;
}

.webinar-container .button-text {
    color: white;
    transition: all 0.3s ease;
}

.content-grid .card .buttton a:hover .button-text {
    color: var(--e-global-color-primary);
    transform: translateX(-5px);
}



/* 
Blog / Webinar Single Styling
*/

.content-card {
    display: flex;
    flex-direction: column;
    padding: 64px;
    width: 100%;
}

.content-card .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-card .info {
    display: flex;
    border-top: 2px solid var(--e-global-color-primary);
    padding-top: 48px;
    justify-content: space-between;
}

.share {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

.share h6,
.avatar h6 {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -2%;
    color: var(--e-global-color-secondary);
    margin: 0;
}

.share .share-btns {
    display: flex;
    gap: 8px;
}

.share .share-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--e-global-color-primary);
}

.avatar {
    display: flex;
    gap: 16px;
}

.avatar img {
    width: 125.138671875px;
    height: 125.138671875px;
    border-radius: 999px;
    object-fit: cover;
}

.avatar .author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.avatar .author-info h6 {
    color: var(--e-global-color-primary);
}

.avatar .author-info .author-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5 !important;
}

.avatar p {
    margin: 0;
}

.avatar .author-position {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5 !important;
}

/* ------------------------------------------------------------
   MULTI-AUTHOR LAYOUT
   When a post has more than one author, the whole "About the
   authors" block moves above "Share this post" and the two
   sections stack vertically instead of sitting side by side.
   ------------------------------------------------------------ */

.info.has-multiple-authors {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
}

/* HTML order is .share then .authors-list, but visually the
   authors block should appear first. */
.info.has-multiple-authors .share {
    order: 2;
    align-items: center
}

.info.has-multiple-authors .authors-list {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.authors-list>h6 {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -2%;
    color: var(--e-global-color-primary);
    margin: 0;
    text-align: center;
}

.authors-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 64px;
    width: 100%;
}

/* Smaller avatar + tighter type inside the multi-author row so a
   pair of cards reads as one balanced group rather than two full
   single-author cards side by side. */

.authors-row .avatar {
    gap: 16px;
}

.authors-row .avatar img {
    width: 125px;
    height: 125px;
}

.text-block,
.checklist-block,
.list-block,
.speakers-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.text-block h2,
.text-block p {
    margin-bottom: 0;
}

.text-block p {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.5;
    color: var(--e-global-color-secondary) !important;
}

.text-block h5 {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    line-height: 1.2;
    color: var(--e-global-color-secondary);
    font-size: 24px !important;
}

.blog-content {
    margin-bottom: 64px;
}

.text-block-title {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    font-size: 32px !important;
    margin: 0;
    line-height: 1.2;
    color: var(--e-global-color-secondary);
    letter-spacing: -2%;
}

.checklist-block ul {
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checklist-block ul li {
    list-style-type: none;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.checklist-block-icon {
    margin-right: 8px;
}

.checklist-block-col-title {
    margin: 0 !important;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2;
    color: var(--e-global-color-primary);
    letter-spacing: -2%;
    margin-bottom: 16px !important;
}

.checklist-block-columns--double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.image-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid var(--e-global-color-primary);
    padding-bottom: 16px;
}

.image-block-separator {
    height: 1px;
    width: 100%;
    background: var(--e-global-color-primary);
}

.text-block-content p,
.list-block-content .list-block-item-description {
    color: var(--e-global-color-secondary) !important;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
}

.text-block-content ul {
    padding-left: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text-block-content ul li {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.text-block-content ul li::marker {
    color: var(--e-global-color-primary);
    font-size: 25px;
}

.image-block-figure {
    margin: 0 !important;
}

.image-block-figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    max-height: 553px;
}

.list-block-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
}

.list-block-number {
    min-width: 70px;
    height: 70px;
    border-radius: 999px;
    background: var(--e-global-color-primary);
    color: white;
    font-family: var(--e-global-typography-primary-font-family);
    line-height: 1.2;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-block-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.list-block-item .list-block-content h4 {
    margin: 0;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
}


/**
Whitepaper Styling
**/
.form-container {
    width: 100%;
    padding: 64px;
    border-radius: 20px;
    background: var(--e-global-color-primary);
    margin-top: 16px;
    margin-bottom: 64px;
}

.form-container h6 {
    font-size: 20px !important;
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: -2% !important;
    margin-bottom: 40px !important;
}

.form-container .form-privacy {
    margin-top: 20px !important;
    color: var(--e-global-color-secondary) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

.list-block-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mi-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mi-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 24px;
    padding: 10px;
}

.single-whitepaper-wrap {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.Whitepapers-banner-image {
    max-height: 452px;
}

.Blog-banner-image {
    max-height: 624px;
}

.no-gap:hover {
    gap: 8px !important;
}

.checklist-block-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}

.case-study-single .team-about>.container {
    margin: 0 auto;
    padding-bottom: 0;
}

.checklist-block-list ul li {
    position: relative;
    padding-left: 24px;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.checklist-block-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9446 1.00001L5.17481 9.76978L1 5.59503' stroke='%23FFA400' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.checklist-block-list p {
    margin: 0 0 8px;
}

.two-column-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.two-column-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.two-column-block-columns ul {
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.two-column-block-columns ul li {
    list-style-type: none;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.two-column-block-columns ul li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 11px;
    margin-right: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M13.9446 1.00001L5.17481 9.76978L1 5.59503' stroke='%23FFA400' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.label-case-study,
.label-none-case-study {
    display: none;
}

body:not(.single-post) .label-none-case-study,
.single-post .label-case-study {
    display: block;
}

.term-case-studies .latest-right .action a {
    max-width: 210px;
}

.download_whitepaper_btn {
    text-decoration: underline !important;
}

.download_whitepaper_btn:hover {
    color: var(--e-global-color-secondary) !important;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.btn-container a {
    display: inline-flex;
    align-items: center;
    min-width: 265px !important;
    max-width: 265px !important;
    gap: 10px;
    line-height: 1.5 !important;
    padding: 16px 24px !important;
    padding-left: 26px !important;
    border-radius: 999px;
    background: var(--e-global-color-primary);
    color: #fff;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-container a:hover {
    background: black;
    color: var(--e-global-color-primary);
    gap: 15px;
}

.btn-container a:hover span svg path {
    stroke: var(--e-global-color-primary);
}

.btn-container a .button-text {
    color: white;
    transition: all 0.3s ease;
}

.btn-container a:hover .button-text {
    color: var(--e-global-color-primary);
    transform: translateX(-5px);
}


.video-block-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 20px
}

.video-block-embed iframe,
.video-block-embed .wp-embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-block-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    background: transparent !important;
    transition: transform 0.15s ease;
}

.video-block-play:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.video-block-embed.is-playing .video-block-play {
    display: none;
}

.speakers-block-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 24px;
}

.speakers-block-item {
    display: flex;
    align-items: center;
    width: 450px;
    height: 125px;
    gap: 16px;
}

.speakers-block-photo {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--e-global-color-primary);
    flex-shrink: 0;
}

.speakers-block-photo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.speakers-block-name {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400 !important;
    color: var(--e-global-color-secondary) !important;
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -2%;
}

.speakers-block-role {
    margin: 0;
    color: #414141;
    font-size: 18px;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 600;
    line-height: 1.5;
}

.video-block-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-block-embed iframe,
.video-block-embed .wp-embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-block-embed:not(.is-playing)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 1;
    pointer-events: none;
}

.video-block-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.15s ease;
}

.video-block-play:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.video-block-embed.is-playing .video-block-play {
    display: none;
}

@media (max-width: 640px) {
    .speakers-block-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .single-post .team-banner-content {
        flex-basis: 100%;
        width: 100%;
    }

    .content-card .info {
        flex-direction: column-reverse;
        gap: 40px !important;
    }

    .info.has-multiple-authors {
        flex-direction: column !important;
    }

    .speakers-block-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 32px;
    }

    .speakers-block-item {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .webinar-info {
        flex-direction: column !important;
    }

    .webinar-info .share {
        align-items: center !important;
    }
}


@media (max-width: 767px) {
    .single-post .single-banner .container {
        flex-direction: column;
        gap: 30px;
    }

    .single-post .team-banner {
        max-height: 100% !important;
        padding: 30px 15px;
    }

    .case-study-single .content-card .info {
        flex-direction: column;
        gap: 40px;
    }

    .case-study-single .content-card {
        padding: 32px;
    }

    body .yellow-section-block {
        padding: 30px;
        font-size: 18px;
    }

    .speakers-block-item {
        gap: 12px;
        align-items: center;
    }

    .speakers-block-photo {
        width: 90px;
        height: 90px;
    }

    .speakers-block-name {
        font-size: 18px;
        line-height: 1.2;
    }

    .speakers-block-role {
        font-size: 16px;
        line-height: 1.4;
    }
}


@media (max-width: 640px) {
    .two-column-block-columns {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.case-study-single .image-block .text-block-title {
    margin-bottom: 15px;
}

.yellow-section-block {
    background: var(--e-global-color-primary);
    border-radius: 24px;
    padding: 50px;
    color: var(--e-global-color-secondary);
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
}

.yellow-section-icon {
    height: 63px;
    object-fit: contain;
    display: block;
    margin-bottom: 30px;
}

/* Placeholder tint -- swap #FFF4D6 for the actual brand yellow if this
   doesn't match, no exact token was available to resolve at build time. */

@media (max-width: 1024px) {

    .single-banner .team-banner-image {
        height: 400px;
    }

    .single-banner .team-name {
        font-size: 42px;
    }

    .webinar-container h3 {
        font-size: 36px;
    }

    .content-grid .card {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content"
            "button";
        padding: 32px;
        gap: 24px;
    }

    .content-grid .card .img {
        grid-area: image;
        width: 100%;
        height: 300px;
    }

    .content-grid .card .content-container {
        grid-area: content;
    }

    .content-grid .card .content-container h4 {
        font-size: 26px;
        max-width: 100%;
    }

    .content-grid .card .buttton {
        grid-area: button;
    }

    .content-grid .card .buttton a {
        width: 100%;
        justify-content: center;
    }

    .form-container {
        padding: 24px;
    }

    .text-block-content p:first-of-type {
        font-size: 20px !important;
    }

    .news-blog-single .team-about-card {
        padding: 48px !important;
    }
}

/* Mobile: tighten spacing, scale down type, keep the tag/title accent border
   but reduce its indentation so it doesn't eat into the narrow width. */
@media (max-width: 640px) {
    .works .works-banner {
        max-height: none !important;
    }

    .news-blog-single .team-about-card {
        padding: 32px !important;
    }

    .signle-banner .team-banner-image {
        padding: 0 !important;
    }

    .single-banner .team-banner-image {
        height: 300px;
        padding: 0 !important;
    }

    .single-banner .team-banner-image img {
        border-radius: 20px;
    }

    .single-banner .team-name {
        font-size: 32px;
    }

    .single-banner .team-banner-wrap {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding-block: 50px;
    }

    .webinar-container {
        gap: 28px;
    }

    .webinar-container .info-container {
        gap: 16px;
    }

    .webinar-container h3 {
        font-size: 28px;
    }

    .divider {
        width: 120px;
    }

    .content-grid {
        gap: 20px;
    }

    .content-grid .card {
        padding: 20px;
        border-radius: 16px;
        gap: 20px;
    }

    .content-grid .card .img {
        height: 300px;
        border-radius: 14px;
    }

    .content-grid .card .img img {
        border-radius: 14px;
    }

    .content-grid .card .img .play-btn {
        width: 44px;
        height: 44px;
    }

    .content-grid .card .content-container .tag-title {
        padding-left: 16px;
    }

    .content-grid .card .content-container .tag span {
        font-size: 16px;
    }

    .content-grid .card .content-container h4 {
        font-size: 20px;
    }

    .content-grid .card .content-container .card-divider {
        width: 140px;
    }

    .content-grid .card .content-container .meta {
        font-size: 13px;
    }

    .content-grid .card .buttton a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .single-whitepaper-wrap .content-card {
        padding: 16px;
    }

    .text-block-content p:first-of-type {
        font-size: 20px !important;
    }
}