img {
  width: 100%;
}
.container-project{
    width: 90%;
    margin: auto;
}
h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: inherit;
  margin: 30px 0;
}
.two-images-container{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.two-images-container img{
    width: 49%;
}
.button{
    font-size: 18px;
    margin-top: 20px;
    float: right;
}
.button img{
    width: unset !important;
}
@media only screen and (max-width: 768px) {
    h1{
        font-size: 15px;
        line-height: 23px;
        margin: 30px auto 30px;
    }
    .two-images-container{
        flex-direction: column;
    }
    .two-images-container img {
        width: 100%;
        
    }
}