.blog-box {
  border-radius: 20px;
  padding: 35px;
  overflow: hidden; /* Ensures rounded corners apply to internal media like video */
}

.blog-box p {
  font-size: 20px;
  padding: 0px 15px;
  font-family: 'Outfit', sans-serif;
}


.client-details h6{
    font-size: 20px;
    font-weight: 600;
}

.client-details small{
    font-size: 16px;
}

.section-7 {
  position: relative;
  background: linear-gradient(rgba(252, 252, 233, 0.9), rgba(252, 252, 233, 0.8)),
              url('/assets/images/987f4cd1301433b49f8d54698f3c198c71d730f5.png') no-repeat center center / cover;
  background-blend-mode: lighten; /* This blends the color and image */
}

.video-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 7), transparent 60%);
  z-index: 0;
}

@media (max-width: 992px) {
  .blog-box video {
    object-position: top;
  }
}


.blog-box-1{
    height: 450px;
}

.client-image{
    object-fit: cover;
}