.link-form {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 4px;
}
.link-form a {
    text-decoration: underline;
}
.link-form>span {
    font-size: 15px;
    line-height: 1.78;
}