.editors{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.editor{
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-bottom: 30px;
    margin-right: 5%;
}
.editor:last-child{
    margin-right: 0;
}
.view-area {
    width: 72.5rem;
    margin: 0 auto;
    padding-left: .5rem;
    padding-right: .5rem;
}
.editor p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 18px;
    line-height: 29px;
    text-transform: initial;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    color: grey;
}
.editor p span{
    color: #303f9f;
}

.editor-about{
    margin-top: 10px;
    flex: 1 0 auto;
}
.editor .social-shares .fb-link {
  /*background-image: url(/i/images/social-fb-w.svg);*/
    background-image: url(../images/social-fb-w.svg);
}
.editor .social-shares .fb-link:hover {
    background-color: #4967a9;
}
.editor .social-shares{
    display: flex;
    justify-content: center;
}
.editor .social-shares a {
    width: 1.875rem;
    height: 1.875rem;
    margin: .3125rem 0 0 .3125rem;
    background: #bcc1c9 no-repeat 50% 50%;
    background-size: cover;
    float: right;
    text-indent: -999rem;
    transition: background-color .3s ease;
    cursor: pointer;
}
.editor-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}




