.march-help-data {
    padding:
        17px
        19px;

    border-left:
        3px
        solid
        var(--green-dark);

    background: #f6f8f5;

    color: #616b65;

    font-size: 13px;
    font-weight: 450;

    line-height: 1.55;
}

.march-help-data p {
    margin: 0;
}

.march-help-data p + p {
    margin-top: 7px;
}

.march-help-data__title {
    color: #303a33;

    font-size: 14px;
    font-weight: 650;
}

.march-help-data a {
    color: var(--green-dark);

    font-weight: 600;

    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 760px) {
    .march-help-data {
        padding:
            15px
            16px;
    }
}

@media (max-width: 430px) {
    .march-help-data {
        padding:
            14px
            14px;
    }
}