.greeting {
  width: 100%;
  position: relative;
  color: rgba(26, 22, 21, 0.85);
  font-family: "Satoshi", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.2px;
}

.experience-description {
  width: 100%;
  position: relative;
  color: rgba(26, 22, 21, 0.85);
  font-family: "Satoshi", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.64px;
  display: flex;
  flex-direction: column;
  gap: 15px;

  a {
    color: #1a1615;
    font-family: "Satoshi", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.64px;
  }
}

@media (max-width: 480px) {
  .experience-description {
    font-size: 24px;

    a {
      font-size: 24px;
    }
  }
}