h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
     font-family: 'Montserrat', sans-serif;

}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 22px;
}

p {
    line-height: 1.8;
    margin-bottom: 15px;
     font-family: 'Montserrat', sans-serif;
     font-size: 14px;
}

a {
    color: #184377;
    text-decoration: none;
    cursor: pointer;
     font-family: 'Montserrat', sans-serif;
}

.story-view-head {
    border-bottom: 1px solid #979797;
    margin-bottom: 50px;
}
.noBorder{
    border: 0;
}
.story-view-head .story-view-top {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.story-view-head .story-view-top .section-title {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.story-view-head .story-view-top .section-title span {
    color: #131313;
}
.story-view-head .story-view-top .go-back {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.story-view-head .story-view-top .go-back a {
    display: block;
    color: #063F78;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #8F96AC;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 6px 30px;
}

.story-view-head .story-view-top .go-back a:hover {
    background: #184377;
    color: #fff;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.story-view-head .story-view-bottom .eventDate {
    font-size: 22px;
    color: #000;
}

p.lead {
    font-style: italic;
}