section.Blog-details .blog-banner img{
	width: 100%;
	height: 450px;
	/* max-height: 450px; */
	object-fit: cover;
	margin-bottom: 20px;
}
section.Blog-details h1{
	color: var(--heading-color);
}
section.about_wrapper.privacy li{
	font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: var(--f18);
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    list-style: initial;
    margin-bottom: 10px;
}
section.about_wrapper.privacy ul{
	list-style: disc;
	padding-left: 32px;
}
section.c-gallery img{
 width:100%;
  height:300px;
  object-fit:cover;
}


  section.Blog-details{
    padding-top:110px;
  }