.rr-img-steps-module {
	max-width: 960px;
	margin: 40px auto;
}

.rr-img-steps__card {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 5px;
}

.rr-img-steps__content {
	padding: 20px;
}

.rr-img-steps__content h4:first-child {
	margin-top: 0;
}

.rr-img-steps__image img {
	object-fit: cover;
/*     height: 100% !important;
    width: 100% !important; */
}

.rr-img-steps__image {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.rr-img-steps__content .btn {
	margin-bottom: 5px;
}