div.spm-feed-service {
    background-color: var(--wp--custom--color--neutral-100);
    padding: 30px 0;
}

div.spm-feed-service .spm-feed-service__header {
    margin-bottom: 25px;
}

div.spm-feed-service .spm-feed-service__heading {
    margin-bottom: 0;
}

div.spm-feed-service .spm-feed-service__heading+.spm-feed-service__description {
    margin-top: 10px;
}

div.spm-feed-service .spm-feed-service__description {
    font-size: var(--wp--preset--font-size--medium);
}

div.spm-feed-service ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

div.spm-feed-service li {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 85px;
    margin-bottom: 0;
    padding-top: 97px;
}


div.spm-feed-service li+li {
    margin-top: 25px;
}

div.spm-feed-service li h4 {
    margin-bottom: 0;
}

div.spm-feed-service li p {
    font-size: var(--wp--preset--font-size--small);
    margin-top: 10px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    div.spm-feed-service {
        padding: 50px 0;
    }

    div.spm-feed-service .spm-feed-service__heading+.spm-feed-service__description {
        margin-top: 15px;
    }

    div.spm-feed-service li {
        min-height: 85px;
        padding-top: 0;
        padding-left: 105px;
    }

    div.spm-feed-service li+li {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    div.spm-feed-service ul {
        columns: 2;
        column-gap: 30px;
    }

    div.spm-feed-service li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    div.spm-feed-service li+li {
        margin-top: 40px;
    }

    div.spm-feed-service li h4 {
        padding-top: 10px;
    }
}