.sp-page-title{
    background-size: cover;
}
.article-can-edit,
.sp-pagebuilder-page-edit{
    display: none!important;
}
.sp-page-title .sp-page-title-heading{
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    line-height: 74px;
    
}
.sp-page-title .sp-page-title-sub-heading{
    font-size: 24px;
    font-weight: 700;
    color: #fff;;
}
.sppb-carousel-extended-heading,
.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading{
text-shadow: 0px 0px 3px rgba(0,0,0,0.25);
}
@media (max-width: 1200px){
.logo-image{
    max-height: 100px;
}
#sp-header .logo{
    height: 100px;
}
  #sp-header {
    min-height: 100px;
  }
}
@media (max-width: 991px) {
  #sp-header .logo {
    min-height: 100px;
  }
}
@media (max-width: 575px) {
  .sp-page-title {
    /* background-position: 0px 85%; */
    background-position-x: 0px;
  }
}