header.desk-nav{
	background-color: #fff;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .045);
}
section.bars-details {
    padding-top: 89px;
}
section.bars-details .bars-banner img{
	width: 100%;
	height: 550px;
	object-fit: cover;
	border-radius: 10px;
}
section.bars-details .bars-banner{
	margin-bottom: 32px;
}
section.bars-details h1{
	font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 30px;
}
section.bars-details h2{
	font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 30px;
}
section.bars-details h3{
	font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 30px;
}
section.bars-details h4{
	font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 30px;
}
section.bars-details h5{
	font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 30px;
}
section.bars-details .bars-info ul{
	display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 30px;
}
section.bars-details .bars-info ul li i{
	font-size: 20px;
	color: var(--black-color);
}
section.bars-details .bars-info ul li a{
	color: var(--secondary-color);
	font-weight: 600;
}
section.bars-details .bars-info ul li{
	display: flex;
	align-items: center;
	gap: 10px;
}

section.Blog-details {
    padding-top: 89px;
}
section.Blog-details h1 {
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 30px;
}
section.Blog-details .container div {
    width: 100%;
    min-height: 400px;
}
section.Blog-details img{
width: 100%;
   max-width: 45%;
    margin-right: 30px;
    height: 400px;
    object-fit: cover;
    float: left;
}