.editor .pic {
    max-width: 500px;
}
.editor .title {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 100;
    color: #8CA7C9;
    line-height: 1.4;
    margin: 40px 0 10px;
}
.editor .txt {
    border-left: 1px solid #444;
    padding-left: 15px;
}

@media screen and (max-width: 900px) {
    .editor .pic {
        max-width: none;
        padding-top: 20px;
    }
}