/* style/blog-may-best-betting-platforms-review.css */

/* Base styles for the page */
.page-blog-may-best-betting-platforms-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  padding-bottom: 50px; /* Add some padding at the bottom for better spacing */
}

/* Hero Section */
.page-blog-may-best-betting-platforms-review__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, larger bottom for content */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-may-best-betting-platforms-review__hero-image {
  width: 100%;
  height: auto;
  max-width: 1920px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
  border-radius: 8px;
}