h2::before {
    content: "";
    background-image: url('../img/news-details/news-details__icon01.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}

h4::before {
    content: "";
    background-image: url('../img/news-details/news-details__icon02.svg');
    width: 21px;
    height: 17px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: translateY(-4px);
}

@media screen and (min-width: 768px) {
    h2::before {
        content: "";
        background-image: url('../img/news-details/news-details__icon01.svg');
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-right: 8px;
        position: relative;
        top: 8px;
    }

    h4::before {
        content: "";
        background-image: url('../img/news-details/news-details__icon02.svg');
        width: 21px;
        height: 17px;
        display: inline-block;
        margin-right: 8px;
        position: relative;
        top: 4px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        transform: translateY(-4px);
    }
}