.main_content {
    margin-top: 80px;
    display: flex;
    margin-bottom: 142px;
}
article {
    width: 532px;
    margin-left: 106px;
}
article h1 {
    font-family: 'ArbutusSlab';
    font-weight: normal;
    font-size: 33px;
    color: #a02c2c;
    margin-bottom: 38px;
}
article p {
    font-family: 'DejaVu Sans';
    font-weight: normal;
    font-size: 14px;
    color: #777;
    line-height: 21px;
    margin-bottom: 1.6em;
}
article .biography {
    /* or article section with margin-top */
    margin-bottom: 260px;
}
.martyrs {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ccc;
    margin-top: 33px;
    margin-left: 48px;
    padding-left: 43px;
    max-height: 800px;
    margin-bottom: 142px;
}
.martyrs h1 {
    margin-top: -5px;
    margin-bottom: 25px;
}
.martyrs h1 img, .martyr-data h2 img {
    margin-left: 10px;
    width: 15px;
}
a.more-related {
    margin-top: 23px;
}
.martyrs a.martyr-link { 
    margin-bottom: 29px;
}
.photo-none {
    height: 100px;
}
.related-posts {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.multimedia-section, .tributes-section {
    padding-left: 106px;
}

