.project-page-images {
    padding-left: 143px;
    padding-right: 143px;
    /* background-color: #F0ECE3; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.project-page-images > img {
    width: 100%;
    height: auto;
  }


.banner-top-section-glowdoll {
  background: linear-gradient(to right, rgba(80,64,110,0.7), rgba(169,156,204,0.7), rgba(235,237,168,0.7));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 70vh;
    width: 100%;
    color: #FFFFFF;
}

@media (max-width: 430px) {
  .project-page-images {
    padding: 0px;
  }
}