/* Press Page */

.press-container {
    text-align: center;
    width: 90%;
    max-width: 1100px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    position: static;
}

.hero-content {
    width: 50%;
    max-width: 438px;
    margin-right: 40px;
}

.h1-subhead-2 {
    text-align: left;
    letter-spacing: 0.45px;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .h1-subhead-2 {
        text-align: center;
    }
}

.press-img {
    width: 46%;
    max-width: 468px;
    margin-right: 3%;
}

.press-wrap {
    justify-content: flex-start;
    display: flex;
}

.press-divider {
    background-color: #989898;
    width: 100%;
    height: 1px;
    margin-top: 58px;
    margin-bottom: 58px;
}

.press-card {
    flex-direction: column;
    justify-content: space-between;
    width: 33.33%;
    padding: 19px 40px;
    display: flex;
}

.press-card.is-middle {
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    align-items: center;
}

@media (max-width: 768px) {
    .press-card {
        border-bottom: 1px solid #989898;
    }

    .press-card.is-middle {
        border-left: 0;
        border-right: 0;
    }

    .press-divider {
        display: none;
    }
}


.press-card-content {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.press-card-quote {
    text-align: left;
    letter-spacing: .26px;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

.press-logo-img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .press-logo-img {
        margin-bottom: 20px;
    }

    .press-card-quote {
        text-align: center;
    }
}

.press-card-read-link {
    color: #383d3d;
    letter-spacing: 0.51px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: underline;
    text-align: center;
    display: block;
}

.press-card-read-link:hover {
    color: #383d3d;
    text-decoration: none;
}

.section.is-teal h2 {
    color: #ffffff;
}

.section-head-center.is-md {
    width: 100%;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
}

.body-btn-1 {
    color: #fff;
    align-items: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    display: flex;
    text-decoration: underline;
    justify-content: center;
}

.body-btn-1:hover {
    color: #fff;
    text-decoration: none;
}

.download-icon {
    margin-right: 10px;
}

.brand-toolkit-banner {
    width: 100%;
    max-width: 920px;
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.brand-toolkit-banner-mobile {
    display: none;
}

.heading-white {
    color: white;

}

.content-block-1 {
    width: 50%;
    margin-left: 40px;
}

.top-subtitle {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.founder-img {
    width: 50%;
    max-width: 440px;
    height: auto;
    object-fit: cover;
}

.founder-img.mobile {
    display: none;
}

.body-btn-1.is-dark {
    color: #383d3d;
}

.body-btn-1.is-dark:hover {
    color: #383d3d;
    text-decoration: none;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .hero-content {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .h1-subhead-2 {
        text-align: center;
    }

    .press-img {
        width: 100%;
        max-width: 100%;
    }

    .press-wrap {
        flex-direction: column;
    }

    .press-card {
        width: 100%;
        padding: 19px 20px;
        margin-bottom: 30px;
    }

    .brand-toolkit-banner {
        display: none;
    }

    .brand-toolkit-banner-mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 42px;
    }

    .content-block-1 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .founder-img {
        display: none;
    }

    .founder-img.mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .body-btn-1 {
        justify-content: center;
    }

}

