/* Tablet */
@media (max-width: 992px) {
	.dz-container {
		width: min(100% - 40px, 900px);
	}

	.dz-section {
		padding: 56px 0;
	}
}

/* Mobile */
@media (max-width: 600px) {
	body {
		font-size: 14px;
		line-height: 1.65;
	}

	.dz-container {
		width: calc(100% - 28px);
	}

	.dz-section {
		padding: 44px 0;
	}

	.section-title {
		margin-bottom: 26px;
		font-size: 23px;
	}

	.section-title::after {
		width: 46px;
		height: 3px;
		margin-top: 9px;
	}

	.dz-btn,
	.button,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit {
		width: 100%;
		min-height: 46px;
		padding: 11px 18px;
		font-size: 14px;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	select,
	textarea {
		min-height: 46px;
		font-size: 16px;
	}
}