.googleyorum-resim {
	border-radius: 30px !important;
	padding:20px !important;
}	
.yaziyorum{
	margin-bottom:0px;
	font-size:24px;
}
.yorum{
	width: 100%;
	border-radius: 16px;
	border:1px solid #f8f5f0;
	padding: 20px 20px;	
}
.yorumyorum{
	font-weight: 500;
	font-style: Medium;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #4E3F32;
}
@media (min-width: 992px) {
	
	
	.googleyorum-resim {
		padding:0px !important;
		border-radius: 20px !important;
	}
	.yaziyorum{
		margin-bottom:40px;
		font-size:34px;
	}	
	.yorumyorum{
		font-weight: 500;
		font-style: Medium;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0%;
		text-align: center;
		color: #4E3F32;
	}	
}
.mySwiper {
	padding-left: 10%;
	padding-right: 10%;
}

.mySwiper .swiper-slide {
	height: auto !important;
	width: 100%;
}

.mySwiper .swiper-wrapper {
	align-items: stretch !important;
}
@media (min-width: 992px) {
	.mySwiper {
		padding-left: 23%;
		padding-right: 17%;
	}
	
	.mySwiper .swiper-slide {
		margin: 10px !important;
	}
}	

.mySwiper3 .swiper-pagination {
	bottom: 20px;
	text-align: center;
}

.mySwiper3 .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background-color: #e5e0d8;
	opacity: 1;
	margin: 0 5px !important;
	position: relative;
	transition: all 0.3s ease;
}

.mySwiper3 .swiper-pagination-bullet-active {
	background-color: #f3c969;
	box-shadow: 0 0 0 3px #ffffff, 0 0 6px rgba(243, 201, 105, 0.6); 
}

.mySwiper3 .swiper-pagination-bullet:hover {
	transform: scale(1.1);
}