.rightColumn {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.imgInterior{
    width:100%;
    height:auto;
    
}