.container {
    width: 100%;
   
    margin: auto;
    padding: 0;
}
.heading_sec{
    margin-bottom: 20px;
    text-align: center;
}
.heading_sec h2{
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 25px;
}
.divider {
    background-image: linear-gradient(84deg, #2488e5 30%, #c4c4c4 41%);
    height: 4px;
    width: 185px;
    display: flex;
    margin: auto;
}
.heading_sec h5{
    font-size: 22.4px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: 22px;
}
/*Banner css*/
section.banner-section {
    height: 650px;
    background: url(../images/blog-details-banner.webp);
   background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    position: relative;
}

section.banner-section h1{
	font-size: 4.37rem;
	margin-bottom: 120px;
}
section.banner-section .container{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

/*Blog details css*/
section.blog-details {
    padding: 0px;
    background-color: #fafafa;
    z-index: 1;
    position: relative;
    padding-top: 1px;
    padding-bottom: 159px;
}
section.blog-details .container{
    padding: 140px 98px 20px 98px;
    background: #fff;
    margin-top: -140px;
}
section.blog-details .inner-details {
   max-width: 754px;
    margin: auto;
    text-align: center;
}
section.blog-details h2{
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1.2em;
    margin-bottom: 50px;
    text-align: left;
}
section.blog-details h3{
     font-size: var(--f40);
     margin-bottom: 8px;
     text-align: left;
}
section.blog-details h4{
    font-size: 1.87rem;
    color: var(--heading-color);
    line-height: 1.3;
    margin-bottom: 8px;
    text-align: left;
}
section.blog-details a:hover{
    color: #ff4c2f;
}
section.blog-details .inner-details img{
    margin: auto;
    margin-bottom: 16px;
}
section.blog-details p{
    text-align: left;
}
section.blog-details h1{
    font-size: 4.37rem;
    line-height: 1.07;
    color: #00f;
    margin-bottom: 8px;
    text-align: left;
}
section.blog-details li{
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: var(--f16);
    line-height: 1.88;
    letter-spacing: 0;
    font-weight: 300;
    list-style: inherit;
    text-align: left;
}
section.blog-details ol{
    padding-left: 40px;
}
section.blog-details iframe{
    width: 100%;
}