.box-element{
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;

}

.banner {
    width:100%;
      height: 270px;
    background-size:cover ;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3) ), url( "/static/images/saptahik_karekam_img.jpeg");
    position: relative;
}


#banner_heading{
  display: flex;
  align-items: center;
  justify-content: center;
 padding-top: 100px;
  margin: 0 auto;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky ;
  top: 10%;

}

.card-img-top{
border-radius:10px
}