.other-products {
	padding: 35px 0;
}

/*
.other-products:not(.p-48) {
	padding-top: 20px;
}
*/
.other-products-top {
	justify-content: space-between;
	align-items: center;
}
.other-products-nav {
	display: none;
}

@media (max-width: 1919px) {
	.other-products {
		padding: 26px 0;
	}
}
@media (max-width: 1439px) {
	.other-products {
		padding: 24px 0;
	}
}
@media (max-width: 1023px) {
	.other-products {
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.other-products-nav {
		display: flex;
	}
	.other-products {
		padding-bottom: 36px;
	}
}
@media (max-width: 600px) {
	.other-products {
		padding: 5vw 0;
	}
}