.happy_home_container {
	max-width: 1366px;
	margin: 0 auto;
}

.happy_home_container a{
	text-decoration: none!important;
}

.happy_home_container a:hover{
	opacity: .7;
}

.happy_home_container .bg_col {
	background-color: #8ddbcb;
}

.happy_home_container .shop-all-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3rem; 
	font-weight: bold;
  }

  .happy_home_container .shop_all_hover a {
	  color: #fff;
  }

  .happy_home_container .banner_terms {
	position: absolute;
    top: 79.5%;
    left: 40%;
    width: 20%;
    height: 11%;
}

.happy_home_container a.banner_terms:hover {
	background: rgb(213 207 207 / 85%);
}

@media (max-width: 577px) {
	.happy_home_container .banner_terms {
		position: absolute;
		top: 77%;
    	left: 32.5%;
    	width: 35%;
    	height: 8%;
	}
  }