.grid_12custom {
	display: block;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.before-c {
	position: relative;
	overflow: hidden;
	padding: 17px 0 18px 10px;
	background: url('images/content-line.png') 0 100% repeat-x;
}

.before-widget {
	float: left;
	margin: 0 -20px 0 0;
}

.bg1 {
	background: url('https://4seasonla.com/wp-content/uploads/2025/01/request-bg1.png') 0 0 repeat;
}

.top-box {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	min-height: 80px;
	border-radius: 150px;
	display: flex;
	text-align: center;
	font: 400 italic 12px / 15px 'Share', cursive;
	flex-direction: column;
	justify-content: space-around;
}

.top-box .number {
	padding: 11px 0 0;
}

.top-box {
	color: #fff;
}

.box-text {
	display: contents;
	width: 100%;
	height: 120px;
}

.box-text h3 {
	margin: 0 40px;
}

.box-button a {
	color: #fff;
}

.bg2 {
	background: url('https://4seasonla.com/wp-content/uploads/2025/01/request-bg2.png') 0 0 repeat;
}

.bg3 {
	background: url('https://4seasonla.com/wp-content/uploads/2025/01/request-bg3.png') 0 0 repeat;
}

.bg4 {
	background: url('https://4seasonla.com/wp-content/uploads/2025/01/request-bg4-1.png') 0 0 repeat;
}

.bg5 {
	background: url('https://4seasonla.com/wp-content/uploads/2025/01/request-bg5.png') 0 0 repeat;
}

.post_list {
	list-style: none;
	padding: 0;
	margin: 20px auto;
	max-width: 1200px;
}

.cat_post_item-1, .cat_post_item-2, .cat_post_item-3, .cat_post_item-4 {
	display: flex;
	align-items: flex-start;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.list-img {
	position: relative;
	margin-right: 20px;
}

.list-img img {
	max-width: 220px;
	border-radius: 8px;
}

.list-img span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 220px;
	height: 105px;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity .3s ease;
}

.list-img:hover span {
	opacity: 1;
}

.post_links {
	flex: 1;
}

.post-title {
	font-size: 1.5rem;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.post-title:hover {
	color: #007BFF;
}

.post_content {
	font-size: 1rem;
	color: #666;
}