h1 {
	display: none !important; 
}

.swiper-button-next {
    background: #ed6868 !important;
}
.swiper-button-prev {
    background: #ed6868 !important;
}

.swiper-button-prev svg {
	transform: rotate(360deg) !important;
}

.swiper-button-next svg {
	transform: rotate(180deg);
}