/* local overrides */

/* compatibility grid override  */
.section-compatibility .compatibility-list.row-6 {
	grid-template-rows: repeat(6, 1fr);
}

/* Desktops Gallery */

@media only screen and (min-width: 735px) {
	.custom_copy {
		min-width: 350px;
	}
}

@media only screen and (max-width: 734px) {
	.custom_copy {
		min-width: 290px;
	}
}

@media only screen and (max-width: 734px) {
	.section-experience-ai .item-container {
		gap: 35px;
	}
}
