.block-two-image{
display: flex;
justify-content: space-between;
.two-img-gallery-container{
justify-content: space-between;
background-color: pink;
width: calc(50% - 12.5px);
min-height: 500px;
.two-image-gallery{
background-repeat: no-repeat;
display: block;
height: 100%;
width: 100%;
background-position: center;
background-size: cover;
}
}
}