.m_txt-box.-link {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.m_txt-link {
    display: flex;
    justify-content: center;
    padding: 14px 3px;
    border-radius: 4px;
    width: 100%;
}

.m_txt-link.-orange {
    background: #F96;
}

.m_txt-link.-blue {
    background: #7FCADF;
}

.m_txt-link.-violet {
    background: #E686BE;
}

.m_txt-link span {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}