.spread-the-word-page-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spread-the-word-page .content {
    min-height: 0;
}

body .spread-the-word-page .spread-the-word-main {
    border-right: 1px solid #ccc;
}

body .spread-the-word-page .spread-the-word-main p {
    color: #000;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 14px;
}

body .spread-the-word-page .spread-the-word-question-block {
    margin: 8px 0 16px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

body .spread-the-word-page .bolds {
    font-weight: 400;
    text-decoration: underline;
}

.spread-the-word-question-block .credit-icon {
    color: #690;
}

.spread-the-word-question-block .legal-icon {
    color: #67431a;
}

body .spread-the-word-page .spread-the-word-side {
    padding-top: 4px;
}

body .spread-the-word-page .spread-the-word-video {
    width: 100%;
    max-width: 320px;
    height: 300px;
    display: block;
    margin: 0 auto 14px;
    object-fit: cover;
}

body .spread-the-word-page .spread-the-word-social {
    background: #e9e9e9;
    text-align: center;
    padding: 11px 20px;
    margin-top: 24px;
}

body .spread-the-word-page .spread-the-word-social h3 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 500;
    color: #111;
}

body .spread-the-word-page .spread-the-word-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

body .spread-the-word-page .spread-the-word-social-icons img {
    width: 30px;
    height: auto;
    transition: transform .3s ease;
}

.spread-the-word-social-icons img:hover {
    transform: scale(1.15);
}

@media (min-width: 1200px) {
    .spread-the-word-page .container {
        width: 1325px;
    }
}

@media (max-width: 991px) {
    body .spread-the-word-page .spread-the-word-main {
        border-right: 0;
        margin-bottom: 20px;
    }

    body .spread-the-word-page .spread-the-word-video {
        max-width: 100%;
        height: auto;
    }
}
