




.sw-row {
	width:100%;
	display:flex;
	position:relative;
	overflow: hidden;	
}
.sw-row-item {
	box-sizing: content-box;
	padding: 30px 30px 0 30px;
	margin: 30px 15px;
	text-align: center;
	min-height: 350px;
	width:25%;
	/*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);*/
	background:#fff;
	border: 0.75px solid rgb(230,230,230);
	border-radius: 10px;

}
/*24.02.2022 11:11*/
.sw-row-item:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
   transform: scale(1.015);
   	/*color: #cd1d41;*/
}
.sw-row-item  p{
	font-size:16px;
	font-style: italic;
	margin: 0 auto 15px auto;
	text-align: left;	
}
.sw-row-item-img{
	width: 180px;
	/*border-radius: 50%;*/
	/*border: 4px solid #fff;*/
	margin: 0 auto;
	vertical-align:middle;
}
.sw-row-item  h3{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
	font-family: "Montserrat", sans-serif;	
}

/*25.02.2022 11:43*/
.sw-row-item:hover > h3 {
/*.sw-row-item:hover > h3, .sw-row-item:hover > h4{*/
	color: #50d8af;
	/*color: #cd1d41; -> pink*/
}

 .sw-row-item .doppchar  {
	font-size:48px;
	font-style:normal;
	margin-top: -25px;
	color:rgb(228,244,257);
	padding:0px;
	
}

 .sw-row-item:hover > .doppchar {
/*.sw-row-item:hover > h3, .sw-row-item:hover > h4{*/
	color: #50d8af;
	/*color: #cd1d41; -> pink*/
}

.sw-row-item  h4{
	font-size: 14px;
	color: #999;
	margin: 0;	
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;	
	font-style:italic;
	line-height: 1.2;	
}
.sw-quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
	display: flex;
}
.sw-quote-sign-right {
	margin-bottom: -15px;
	margin-left: 200px;
	display: inline-block;
	max-width: 100%;
	width: 28px;
	justify-content: flex-end;
}







