.dba-student-testimonials {
	max-width: 760px;
	margin: 0 auto;
}

.dba-student-testimonials__gallery {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.dba-student-testimonials__item {
	margin: 0;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.dba-student-testimonials__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.dba-student-testimonials__image {
	display: block;
	width: 100%;
	height: auto;
}

.dba-student-testimonials__caption {
	margin: 0;
	padding: 12px 16px;
	border-top: 1px solid #eef0f3;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.6;
}

.dba-student-testimonials__legacy {
	color: #1f2937;
	font-size: 16px;
	line-height: 1.75;
}

.dba-student-testimonials__legacy > :first-child {
	margin-top: 0;
}

.dba-student-testimonials__legacy > :last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.dba-student-testimonials {
		max-width: none;
	}

	.dba-student-testimonials__gallery {
		gap: 16px;
	}

	.dba-student-testimonials__item {
		border-radius: 6px;
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	}
}
