/* about */
#about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    padding: 50px;
    font-family: 'Assistant', sans-serif;
    background-image: linear-gradient(to top, white, rgb(234, 234, 234));
    margin-bottom: 20px;
}

#textWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#textWrapper h2 {
  font-size: clamp(14px, 5vw, 28px);
  font-weight: 200;
}

#textWrapper p {
  font-size: clamp(14px, 4vw, 24px);
  font-weight: 100;
}

#roeyHadarImg {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
}