
.link-kulso-doboz {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  } 
.link-kulso-doboz-leftborder {
    border-left: 5px solid #000;
  } 
  .link-belso-doboz {
    display: flex;
    padding: 0.75rem 2.5rem;
    justify-content: center;
    align-items: center; 
  }
  .link-szoveg-es-nyil-doboz {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem; 
  }

  .link-szoveg-tamas {
    color: var(--Light-Theme-Brand-Colours-BME-Brand-bord, #931634);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Source Serif 4";
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 121.739% */
  }

  .link-szoveg {
    color: var(--Light-Theme-Brand-Colours-BME-Brand-bord, #931634);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Desktop Body/Regular Copy */
    font-family: "Noto Serif";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 175% */ 
  }
  .nyil-doboz {
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    justify-content: center;
    align-items: center; 
  }

  .link-belso-doboz-szines
  {
    background: #931634 !important;
  }

  .link-szoveg-feher
  {
    color: #F1F1F1 !important;
    font-size: 16px !important;
    font-family: Noto Serif;
    font-weight: 400;
    line-height: 28px !important;
    word-wrap: break-word !important; 
  }

  .link-szoveg-feher-tamas {
    color: #F1F1F1 !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Source Serif 4";
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 121.739% */
  }