/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.name-fields {
  display: flex;
  flex-wrap: wrap;
}

.name-field {
  flex: 1;
  margin-right: 10px;
}

.name-field:last-child {
  margin-right: 0;
}

img.rsImg.rsMainSlideImage {
    border-radius: 15px;
}