.flex-container{
    display: flex;
    >img{
        max-width: 33%;
    }
}

@media (max-width: 375px){

}
    
