.section-support-manual__image img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.section-support-manual h3,
.section-support-manual h5,
.section-support-manual a.h3,
.section-support-manual a.h5 {
	text-align: left;
	font-weight: 600;
	color: var(--text-color);
	width: 100%;
}

.section-support-manual h3,
.section-support-manual a.h3 {
	font-size: 24px;
}
.section-support-manual h5,
.section-support-manual a.h5 {
	font-size: 14px;
}

.section-support-manual {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-support-manual h6 {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	color: var(--sale-text-color);
}

.section-support-manuals-wrp .container {
	display: grid;
	grid-template-columns: var(--grid-template-columns);
	gap: 24px;

	@media (max-width: 991px) {
		grid-template-columns: repeat(2, 1fr);
	}
	@media (max-width: 768px) {
		grid-template-columns: repeat(1, 1fr);
	}
}
