 @media (max-width: 360px){
	.py-24{
		 padding:0rem;
		 padding-bottom:5rem;
	 }
	.mt-16{
		margin-top: 30px;
	}
	.font-extrabold {
    font-weight: 400;
	margin: 0 10px;
	margin-top: 70px;
	}
	p.text-wm-white.mt-4.mb-8.text-3xl.tracking-tight.font-extrabold.text-white.ml-\[4px\].aos-init.aos-animate {
    margin-top:3rem;
	}
	.new-btn-style {
		margin-left: 10px;
	}
	.featured-title h3 {
		font-size: 20px;
	}
 }





 @media (max-width: 768px){
	.featured-title h3 {
		font-size: 18px;
	}
	.containers {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-block: 2rem;
		gap: 2rem;
	}
	.card_shape {
		display: wrap;
		flex-direction: column;
		width: clamp(20rem, calc(20rem + 2vw), 22rem);
		overflow: hidden;
		box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
		border-radius: 1em;
		background: #ECE9E6;
		background: linear-gradient(to right, #FFFFFF, #ECE9E6);
	}
 }