.sustainability-research-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;
}
.sustainability-research-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;
}
.read-more {
    font-weight: 700;
    text-decoration: underline;
}
.content-block a:not(.title-wrapper) {
    text-decoration: underline;
}
.content-block a.title-wrapper:hover h2 {
    color: #2AA466;
}
.content-block strong {
    font-weight: 700;
}

@media (max-width: 1023px) {
    .sustainability-research-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) {
    .sustainability-research-inner {
        padding: 0;
        border: 0;
        border-radius: 0;
    }
}