/** Shopify CDN: Minification failed

Line 40:21 Expected "}" to go with "{"

**/

.review_heading {
  font-size: 32px; /* Adjust the font size as needed */
  text-align: center;
  margin-bottom: 20px;
}

.image-container {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  border-top: 5px solid black; /* Adjust the border width and color */
  border-bottom: 20px solid black; /* Adjust the border width and color */
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: #000000; 
  color: #fff; 
  padding: 10px 20px; 
  font-size: 32px; 
  text-align: center;