.public_organizations .classic-desc-wrapper h3, .public_chapters .classic-desc-wrapper h3 {
    color: #6d250b;
    font-family: Times New Roman;
}

.public_organizations .classic-desc-wrapper p, .public_chapters .classic-desc-wrapper p {
    font-family: Verdigris MVB TF;
    line-height: 1.7em;
}

.bishop{
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
}
.bishop-inner {
    display:flex; 
}
.bishop-text {
    margin-top: auto;
    padding-left: 20px;
}
.bishop-text p {
    font-style: italic;
}
.bishop-text span {
    display: block;
    font-style: initial;
    float: right;
}

.bishop-img {
    display: contents;
}
.bishop p {
    margin: 0!important
}