#boxes {
 
    justify-content: center;
    
}

.title{
    margin: 1%;
    margin-bottom: 0;
    border-top-right-radius: 50px;
    font-size: 6vh;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: white;
    background-color: #212121;
    /* width: max-content; */
   
   padding: 3%;
   padding-bottom: 4%;
}

.boxesContain {
    margin: 1%;
    margin-top: 0%;
    padding: 3%;
    border-radius: 50px;
    border-top-right-radius: 0vw;
    background-color: lavender;
    height: 60vh;
    align-items: center;
    /* min-height: 40%; */

    
}

.boxesContent {
    
    height: 100%;
    
    display: flex;
    flex-direction: row;
    /* min-height: 40%; */
    align-items: center;
    
}

.project1 {
    display: inline-block;
    background: url('../img/pics2-4143227.jpg') no-repeat 0 0;
    background-size: cover;
    color: #fff;
    flex: 1;
    height: 100%;
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    

    
 
}

.project2 {
    background-image: url(../img/P7180525.JPG);
    flex: 1;
    height: 100%;
    
}

.project3 {
    background-image: url(../img/P7180525.JPG);
    flex: 1;
    height: 100%;
    
    border-top-right-radius: 2vw;
    border-bottom-right-radius: 2vw;
}