.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 2.857rem 0 1.43rem;
    font-size: 20px;
    line-height: 1.43rem;
    font-weight: 700;
    color: #124725;
}

.editor-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.editor-photo {
    width: 150px;
    height: 150px;
    border: 3px solid #ffffff;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}

.name {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

