.case-study-slider .rounded-bottom-image.img-fluid {
    border-radius: 0 0 30px 30px;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.case-study-slider .splide__pagination {
	bottom: 0 !important;
}

@media (max-width: 991px) {
	.upper-rounded-img {
		max-width: 469px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.force-center-md-only {
		text-align: center;
	}
}