#about {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 100px;
}

#aboutWrapperA, #aboutWrapperB {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

#aboutWrapperB {
    background-image: linear-gradient(to top, white, rgb(242, 240, 255));
}

.textWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 30px;
}

#about h2 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: clamp(30px, 3vw, 40px);
    color: rgb(27, 196, 5);
}

#about p {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: clamp(18px, 3vw, 26px);
}

#eladImg {
    width: 500px;
}

    @media (max-width: 1300px) {
      #eladImg {
        width: 300px;
     }
   }

#about h3 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: clamp(30px, 3vw, 40px);
    color: rgb(95, 82, 237);
}

#weightImg {
    width: 100%;
    max-width: 300px;
    max-height: 200px;
}