﻿.wp-block-heading.is-style-with-logo:before
{
    background-image: url(../image/logo-icon.svg);
    background-size: 80px 80px;
    content: "";
    display: block;
    height: 80px;
    width: 80px;
}
@media screen and (min-width: 601px)
{
    .wp-block-heading.is-style-with-logo:before
    {
        background-size: 120px 120px;
        height: 120px;
        width: 120px;
    }
}
@media screen and (min-width: 961px)
{
    .wp-block-heading.is-style-with-logo:before
    {
        background-size: 160px 160px;
        height: 160px;
        width: 160px;
    }
}
@media screen and (min-width: 1921px)
{
    .wp-block-heading.is-style-with-logo:before
    {
        background-size: 200px 200px;
        height: 200px;
        width: 200px;
    }
}
.wp-block-heading.is-style-with-logo.has-text-align-center:before
{
    margin-left: auto;
    margin-right: auto;
}
.wp-block-heading.is-style-with-logo.has-text-align-right:before
{
    margin-left: auto;
}