/* ==========================================================================
   Threads Preview Page
========================================================================== */
.threads-preview-container,
.efficacy-hero-sub {
    max-width: var(--1280);
    width: 100%;
    margin: 0px auto;
}

.threads-preview-container h1 {
    font-weight: 800;
    font-size: 34px;
    color: var(--gb-dark-blue-text);
    display: flex;
    margin: 0px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.threads-preview-container h1::after {
    content: url(../img/heading-div.svg);
    display: inline-flex;
    margin-left: 8px;
    height: 22px;
    align-items: center;
}

.hero-wrapper {
    background: none;
}

.hero-wrapper.research-studies {
    margin-top: 36px;
}

.efficacy-hero-sub-box {
    padding: 10px;
}

.efficacy-hero-sub-box .message {
    width: 100%;
}