.other-project-section img {
    max-width:  70vh; 
    max-height: 60vh; 
    width: auto; 
    height: auto; 
}


@media only screen and (max-width:700px) {
    .other-project-section img{
        max-width:  100vw; 
        max-height: 100vw; 
        width: auto; 
        height: auto; 
        /* position: absolute; 
        top: 0; 
        left: 0; */
    } 
}

.intro-pack{
    margin-bottom: 2rem;
}

.separator{  
    background-color:white;
    height: 2px;
    margin-bottom: 50px;
}

