.project-header-container{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.image1{
    width: 95%;
    margin: 0px 0px 25px 0px;
    display: flex;
}
.project-header-text{
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 95%;
    position: relative;
    margin: 0px;
}
