		.landing-page-title {
		text-align: center;
		margin:2rem 0 0 0;
		}
		
		#landing-product-list {
		padding:2rem;
		}
		
		.landing-product-wrapper {
		display:flex;
		flex-wrap:wrap;
		flex-direction: row;
		justify-content: space-evenly;
		gap:1rem;
		padding-bottom:2rem;
		}
		
		.landing-product-item {
		position: relative;
		max-width:300px;
		text-align:center;
		border:1px solid #444;
		padding:0.3rem;
		}
		
		.landing-product-item h5 {
		margin:0 0 3rem 0;
		padding:1rem;
		line-height:1.3rem;
		}
		
		.landing-product-item img {
		margin:0.3rem;
		max-width: 250px;
		border:1px solid #444;
		}
		
		.landing-btn {
		position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
		padding:4px;
		border:1px solid #444;
		border-radius: 12px;
		max-width:160px;
		margin:0.5rem auto;
		text-decoration:none;
		font-size:0.7em;
		font-weight:bold;
		}
		
		.landing-btn:hover {
		background-color:#ccc;
		}
		
		.landing-btn a {
		color:#000;
		text-decoration:none;
		}