.sp-page-title .sp-page-title-heading {
      color: #000;
      max-width: 100%;
}
.sp-page-title {
    padding: 0px 0px 0px 40px;
    background-repeat: no-repeat;
    max-width: 1290px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 36px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
    height: 200px!important;
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    #sp-header {
        height: 80px;
    }
}
@media (max-width: 767px) {
    #sp-header {
        height: 80px;
    }
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 56px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
#sp-bottom {
    padding: 0px 0 0px;
    font-size: 14px;
    line-height: 1.6;
}