.list-link {
    margin-top: 38px;
    margin-left: 0;
    padding-left: 0;
}
.list-link li {
    list-style-type: none;
    line-height: 79px;
}
.list-link li a {
    color: #7863D5;
    font-size: 24px;
    text-decoration: underline;
    display: block;
    line-height: 79px;
}
.list-link li a:hover {
    text-decoration: none;
}
.list-link li a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.949 5.53602L14.465 2.05002C13.8163 1.39816 13.0449 0.881354 12.1952 0.529482C11.3456 0.177611 10.4346 -0.00234388 9.515 2.30487e-05H5C3.67441 0.00161091 2.40356 0.528905 1.46622 1.46624C0.528882 2.40358 0.00158786 3.67443 0 5.00002V19C0.00158786 20.3256 0.528882 21.5965 1.46622 22.5338C2.40356 23.4711 3.67441 23.9984 5 24H15C16.3256 23.9984 17.5964 23.4711 18.5338 22.5338C19.4711 21.5965 19.9984 20.3256 20 19V10.485C20.0025 9.56545 19.8225 8.65451 19.4704 7.805C19.1184 6.95548 18.6012 6.18426 17.949 5.53602ZM16.535 6.95002C16.8404 7.26417 17.103 7.61721 17.316 8.00002H13C12.7348 8.00002 12.4804 7.89467 12.2929 7.70713C12.1054 7.51959 12 7.26524 12 7.00002V2.68402C12.3829 2.89695 12.7363 3.15918 13.051 3.46402L16.535 6.95002ZM18 19C18 19.7957 17.6839 20.5587 17.1213 21.1213C16.5587 21.684 15.7956 22 15 22H5C4.20435 22 3.44129 21.684 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V5.00002C2 4.20437 2.31607 3.44131 2.87868 2.8787C3.44129 2.31609 4.20435 2.00002 5 2.00002H9.515C9.679 2.00002 9.838 2.03202 10 2.04702V7.00002C10 7.79567 10.3161 8.55873 10.8787 9.12134C11.4413 9.68395 12.2044 10 13 10H17.953C17.968 10.162 18 10.32 18 10.485V19Z' fill='%237863D5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 24px;
    content: " ";
    margin-right: 6px;
}
@media (max-width: 576px) {
    .list-link li {
        display: block;
        margin-bottom: 20px;
    }
    .list-link li a {
        line-height: initial;
        text-decoration: none;
    }
}