#about {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 30px 30px;
    background-image: linear-gradient(to top, rgb(218, 218, 218), white);
}

#aboutWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.textWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 0 30px;
}

#about h2 {
    font-family: 'Secular_One', sans-serif;
    font-weight: 200;
    font-size: clamp(36px, 3vw, 40px);
    color: rgb(111, 39, 13);
}

#about p {
    font-family: 'Heebo', sans-serif;
    font-weight: 100;
    font-size: clamp(16px, 3vw, 24px);
}

#eladImg {
    width: 15%;
    border-radius: 10px;
}

#woodImg {
    width: 500px;
}

    @media (max-width: 768px) {
      #woodImg {
        width: 280px;
     }
   }

    @media (max-width: 1300px) {
      #eladImg {
        width: 50%;
     }
   }