﻿.intropanel {
}

    .intropanel img {
        max-width: initial;
    }


    .intropanel .ip-title {
        font-weight: bold;
        padding-bottom: 20px;
    }

    .intropanel .pullquote {
        /*font-family: 'Noto Serif', serif;*/
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
        color: #0075bf;
        margin-left: auto;
        margin-right: auto;
        border-left: 5px solid #0075bf;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .intropanel .ip-img {
        padding-bottom: 12px;
        text-align: center;
    }

@media (min-width: 892px) {
    .intropanel .pullquote {
        max-width: 485px;
    }

        .intropanel .ip-img {
            padding: 0 0 12px 24px;
        }

}
