.blog-widget.shape-1 {
  width: 100%;
  overflow: hidden;
   display: block;
}
.blog-widget.shape-1 .widget-image {
  position: relative;
  width: 100%;
  height: 620px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-widget.shape-1 .widget-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  background: linear-gradient(to right, #000 0%, rgb(0 0 0 / 44%) 20%, rgb(0 0 0 / 44%) 70%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.blog-widget.shape-1 .overlay {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding: 3rem 1.5rem;
  width: 40%;
  gap: 0;
  text-align: center;
  z-index: 2;
}
.shape-1 .widget-image .overlay h2 {
  margin: 0 !important;
  font-size: 55px;
  color: #fafafb !important;
  text-align: right;
  width: 100%;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-widget.shape-1 .overlay h2:hover {
 color: #fafafb !important;

}
.blog-widget.shape-1 .overlay h5 {
  width:100%;
  text-align:right;
  margin-bottom: 0 !important;
  font-size: 40px;
  color: #00bcff;
  font-weight: 600 !important;
  opacity: 0.7;
}

@media (max-width: 600px) {
	.blog-widget.shape-1 .overlay {width:100%;top: auto;bottom: -30%;  padding: 3rem 20px;}
  .blog-widget.shape-1 .overlay h5{
    font-size: 22px;
  }
  .blog-widget.shape-1 .widget-image {
    height: 378px;
  }
	.blog-widget.shape-1 .overlay h2 {margin:0 !important}
  .shape-1 .widget-image .overlay h2 {
	  padding-top:10px;
    width: 100%;  
    font-size: 30px !important;
  }
}
