@media screen and (min-width: 768px) {
  .finish-digi {
    padding: 30px;
  }

}
@media screen and (min-width: 1025px) {
  .mt-10 a:hover {
   color: var(--color-dard-orange);
  }
}
  .mt-10 a {
    color: var(--Mono-Mono-1, #000);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Body 16/Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
  }