@media screen and (max-width:1024px){
	.sunny .seen-section{
		display: none;
	}
	.testimonial-half{
		width: calc(100% - 344px);
	}
	.testimonial-image{
		width: 314px;
		margin-left: 30px;
	}
	.testimonial-thumbnail{
		height: 342px;
	}
	[id^="testimonila-before"] {
		transform: scale(.7) rotate(
	180deg
	);
		transform-origin: 34% 30%;
	}
	.shape-changer{
		width: 240px !important;
		height: 160px !important;
	}
}