@media screen and (max-width: 767px) {
}

.treatment-results_item {
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--radius-md);
	overflow: hidden;
}

.treatment-results_item-image-wrapper {
	width: 100%;
}

.treatment-results_item-image {
	width: 100%;
}

/* .treatment-results_footer {
	display: flex;
	padding-block: 15px 0;
	gap: 15px;
	justify-content: center;
	align-items: center;
}
 */

.treatment-results_pagination {
	position: static !important;
	margin-top: 15px;
}
