.heading{
    place-items: center;
    padding: 70px 10px;
    background-image: url(../img/top-view-foundation-mix-still-life.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    height: 270px;
    align-content: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.heading h1{
    margin-bottom: 10px;
    font-size: 50px;
}
.heading p{
    text-align: center;
    font-size: 17px;
    width: 80%;
}
.all{
    margin:30px 50px;
}
.content{
    margin-bottom: 30px;
}
.content p{
    margin-top: 10px;
    font-size: 15px;
}
.content h2{
    color: var(--primary);
}
.contributors {
    margin: 40px auto;
    max-width: 500px;
    padding: 20px;
    background-color: #fffdf9;
    border-left: 5px solid #a04d00;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .contributors h2 {
    font-size: 24px;
    color: #a04d00;
    margin-bottom: 15px;
    font-weight: 700;
  }
  
  .contributors ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .contributors li {
    font-size: 17px;
    color: #222;
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
  }
@media (max-width:767px) {
    .heading h1{
        font-size: 30px;
        text-align: center;
    }
    .heading p{
        text-align: center;
        font-size: 14px;
    }
    .content p{
        margin-top: 10px;
        font-size: 13px;
    }
    .content h2{
        font-size: 16px;
    }
}