.publicRelation {
    padding-top: 3em;
}

.publicRelation__header {
    margin-bottom: 2em;
}

.publicRelation__story {
    max-width: 35em;
    margin-right: auto;
    margin-left: 0;
}

@media screen and (min-width: 560px) {
    .publicRelation__flex {
        display: flex;
        align-items: flex-end;
    }

    .publicRelation__image {
        margin-right: 2em;
    }

    .publicRelation__left {
        max-width: 300px;
        height: initial;
    }
}

@media screen and (min-width: 950px) {
    .publicRelation__left {
        margin-right: 2em;
        height: initial;
        flex: 0 0 33%;
    }
}

.publicRelation__mail,
.publicRelation__phone {
    display: block;
    margin-bottom: .4em;
    line-height: 1.2;
    color: #1e2878;
    word-break: break-word;
}

.publicRelation__mail:before,
.publicRelation__phone:before {
    margin-right: .5em;
    vertical-align: middle;
    font-family: 'nvvk', sans-serif;
    font-size: 1.2em;
    color: #c86432;
    text-decoration: none;
}

.publicRelation__mail:before {
    content: '\e807';
}

.publicRelation__phone:before {
    display: inline-block;
    width: 17px;
    height: 15px;
    content: '';
    vertical-align: center;
    background: url('../img/phone@2x.png') 0 0 no-repeat;
    background-size: cover;
}

.publicRelation__mailUrl {
    text-decoration: underline;
}
