@media screen and (max-width: 991px){

	.testimonials-img{

		clip-path: polygon(0 0 , 100% 0, 100% 80%, 0 100%);
	}

	.before-footer-img,
	.before-footer-color{
		top: unset;
		bottom: 0;
	}

}

@media screen and (max-width: 576px){
	.splide__pagination {
		justify-content: center;
		bottom: 15px;
		left: unset;
		right: unset;
		transform: unset;
	}
}