/*	VLAD: 09/16/2020 
Columns in the .row-flex row will have same height
*/

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
