.white-paper-ce-sam_page {
    padding: 40px 0 0;
}
body .container {
    max-width: 1400px;
}
body h1.title {
    font-size: 28px;
    line-height: 34px;
    color: #17181A;
    font-weight: 600;
}
body h2.title {
    font-size: 28px;
    line-height: 34px;
    color: #17181A;
    font-weight: 600;
}
body h3.title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 600;
}
.post-meta {
    background: #eafdc6;
    color: #6E9033;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 999px;
    display: inline-block;
    font-weight: 500;
    width: fit-content;
}
.white-paper-ce-sam_page-inner {
    border: 6px solid #f2f7ee;
    padding: 40px;
    border-radius: 24px;
    margin-top: 32px;
}
.page-top h1.title {
    margin-bottom: 4px;
}
.img-block img {
    width: 100%;
    height: auto;
}
.content-block {
    margin-top: 24px;
}
.content-block h2.title {
    margin: 14px 0 12px;
}
.content-block a:not(.title-wrapper) {
    text-decoration: underline;
}
.content-block a.title-wrapper:hover h2 {
    color: #2AA466;
}
.content-block strong {
    font-weight: 700;
}
.white-paper-ce-sam_page .action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.action-buttons .btn {
    text-decoration: none !important;
    margin: 0;
}
.action-buttons .btn:hover svg path {
    fill: #2AA466;
}
body .post-content h3.title {
    margin: 24px 0 12px;
}
.downloadable-assets-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.downloadable-assets-btn img {
    height: 200px;
    width: auto;
}
.downloadable-assets-btn {
    border: 1px solid #F3F3F3;
    border-radius: 24px;
    padding: 20px;
}
.downloadable-assets-btn a {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.logos ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.logos ul img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

@media (max-width: 1023px) {
    .white-paper-ce-sam_page {
        padding: 24px 0 0;
    }
    body h1.title {
        font-size: 24px;
        line-height: 32px;
    }
    body h2.title {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .white-paper-ce-sam_page-inner {
        padding: 0;
        border: 0;
        border-radius: 0;
    }
    .downloadable-assets-btn img {
        height: auto;
        width: 300px;
    }
    .logos ul {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 24px;
    }
}
@media (max-width: 479px) {
    .downloadable-assets-btn img {
        width: calc(100% - 34px);
    }
    .white-paper-ce-sam_page .action-buttons .btn {
        font-size: 14px;
        padding: 0 14px;
    }
    .white-paper-ce-sam_page .action-buttons .btn svg {
        width: 20px;
        height: 20px;
    }
}