:root {
  --bg: #E0E2E1;
  --text: #3A3A3C;
  --text-light: #606060;
}

.about{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:24px;
    max-width:65ch;
    align-self: stretch;
    margin-top: 24px;
}

.about img{
    max-width: 217px;
    height: auto;
}

.about p{
    color:var(--text);
}

.about .light-text{
    color:var(--text-light);
}

.devider{
    height:0px;
    width: 100%;
    border-top: 1px solid var(--text);

}

.work-experience .light-text, .about h2{
  margin-bottom:-18px;
}
