body .simple-blog-heading{
    padding:54px 0 48px;
    background:#fff;
    border-bottom:1px solid #ececf2;
}

body .simple-blog-heading .container{text-align:center}

body .simple-blog-heading h1{
    margin:10px 0 0;
    color:#242536;
    font-size:46px;
    line-height:1.2;
}

.simple-breadcrumb{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    color:#747789;
    font-size:15px;
}

.simple-breadcrumb a{
    color:#554aa8;
    font-weight:700;
}

.simple-breadcrumb a:hover{text-decoration:underline}

@media(max-width:767px){
    body .simple-blog-heading{padding:34px 0 30px}
    body .simple-blog-heading h1{font-size:36px}
}
