/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2025 | 10:08:42 */
	.width-1440{
		max-width: 1440px !important;
		}

	.is-blur {
		backdrop-filter: blur(5px); /* Apply blur effect */
		}

	.t-card{
		width: 100%;
		}

	.s-card{
		width: 100%;
		max-width: 500px;
		}

@media (max-width: 767px) {
	
	.s-card{
		flex: 0 0 auto;
     	width: 66px;
      	min-width: 66vw;
	}
	
	.no-wrap {
	 	display: flex;
    	justify-content: flex-start;
    	overflow-x: auto;
	}
	
	.t-card{
		flex: 0 0 auto;
     	width: 66vw;
      	min-width: 66vw;
		}
	
	

 }