.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}


.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}



.container_image {
            display: flex;
            align-items: center; /* Vertically centers the content */
            width: 100%; /* Ensures the container takes full width */
        }

.image-section {
            flex: 1; /* Takes up one part of the available space */
            background-image: url('build/images/gallery/Green Gujarat-Plantation Activity.jpeg');
            background-size: cover;
            background-position: center;
            height: 300px; /* Set a height for the image section */
        }
        .text-section {
            flex: 1; /* Takes up one part of the available space */
            padding: 20px; /* Adds some padding around the text */
        }
	



















