.experience {
    padding: 6px 8px 6px 8px;
    width: fit-content;
    font-family: 'Co-Headline-Corp', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #141414;
    background: #EFD3C8;
    border-radius: 4px;
}

@media (max-width: 640px) {
  .experience {
    font-size: 14px;
  }
}
