body{
    font-family: 'Josefin Sans', sans-serif;
}
.montana6{
    width: 100%;
    display: inline-block;
    position: relative;
}
.montana6 .segment-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 1em 0;

}
.montana6 .segment-content h2{
    text-align: center;
    justify-content: center;
    margin: 0;
    padding: 5px 0;
    color: #0A2452;
    letter-spacing: 2px;
}
.montana6 .segment-content hr {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 3px;
}
.montana6 .quote-banner {
    height: 100%;
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.montana6 .quote-banner p {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}