:root {
    --header-font-color: #4055A9;
    --font-weight-100: 100;
    --font-weight-200: 200;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-100: 100;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800;
    --font-size--10: 10px;
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-24: 24px;
    --font-size-28: 28px;
    --manorope-font-family: Manrope;
  }
  
  /* .breadcrumBackground {
    position: relative;
    background: url("../img/about/service.png") no-repeat center center;
    background-size: cover;
    padding: 100px;
    color: white; 
}

.breadcrumBackground::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 0;
}

.breadcrumBackground * {
    position: relative;
    z-index: 1; 
} */



.infoDetail.infi-blog-body-contain h6 {
    font-family: var(--manorope-font-family);
    font-size: clamp(var(--font-size-16) ,6vw , 35px);
    font-weight: var(--font-weight-700);
    line-height: 140%;
    color: #000000;
}

.blogDetailQue h2{
    font-family: var(--manorope-font-family);
    font-size: (var(--font-size-16),6vw,var(--font-size-24));
    font-weight: var(--font-weight-700);
    line-height: 150%;
    color: #000000;
}
.blogDetailQue p{
    font-family: var(--manorope-font-family);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-500);
    line-height: 150%;
    color: #575A6E;
}

.infi-blogDetail.infi-blog-card{
    box-shadow: 0px 0px 38.13px 0px #0000000D;
    border: none;
}

.blogFootText{
    font-family: var(--manorope-font-family);
font-size: var(--font-size-16);
font-weight: var(--font-weight-500);
line-height: 28px;


}

.blogListDate{
    font-family: var(--manorope-font-family);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-500);
    color: black;
}
.blogCard{
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 38.13px 0px #0000000D;

}
.blogCard .imageDiv{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.customBlogListCont{
    padding: 100px 0;
}


@media screen and (max-width:1024px){
    .infoDetail.infi-blog-body-contain h6{
        /* font-size: 24px; */
    }
}

@media screen and (max-width:768px){
    .infoDetail.infi-blog-body-contain h6{
        /* font-size: 16px; */
    }
    .customBlogListCont{
        padding: 60px 15px;
    }
}