@media (max-width: 600px) { /* Adjust the max-width as needed */
    .ppm {
        font-size: 10px !important;
    }
	.mb-100{margin-bottom: 100px !important;}
}
.price{font-size: 12px !important;}
#preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}