.page-blog-cwin222-latest-promotions-2024 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background: #F4F7FB; /* Background */
}

.page-blog-cwin222-latest-promotions-2024__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-cwin222-latest-promotions-2024__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, not var(--header-offset) */
  padding-bottom: 50px;
  background: #F4F7FB; /* Match body background */
  overflow: hidden;
}

.page-blog-cwin222-latest-promotions-2024__hero-image {
  width: 100%;
  max-height: 600px; /* Adjust as needed */
  overflow: hidden;
  margin-bottom: 30px; /* Space between image and content */
  border-radius: 10px;
}

.page-blog-cwin222-latest-promotions-2024__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Default for desktop */
  border-radius: 10px;
}

.page-blog-cwin222-latest-promotions-2024__hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-cwin222-latest-promotions-2024__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Clamp for H1 */
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}