/* Base styles for the page */
.page-blog-uy88-safe-deposit-withdrawal {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Text Main */
  background-color: #140C0C; /* Background */
}

.page-blog-uy88-safe-deposit-withdrawal__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-uy88-safe-deposit-withdrawal__section-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFF1E8; /* Text Main */
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-uy88-safe-deposit-withdrawal__section-title--white {
  color: #ffffff;
}

.page-blog-uy88-safe-deposit-withdrawal__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  color: #FFF1E8;
  overflow: hidden;
}

.page-blog-uy88-safe-deposit-withdrawal__hero-image-wrap {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-blog-uy88-safe-deposit-withdrawal__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}