.taj-sub-title {
    padding: 10px 0px 10px 0px;
    font-size: 1.5rem !important;
    line-height: 20px !important;
    text-align: center;
    font-weight: bold !important;
    color: #0a0807;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.taj-sub-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d3b05e;
    left: 0;
    bottom: -10px;
    z-index: -1;
}

.text-center {
    text-align: center !important;
}

.main-footer .widget-section {
    padding: 20px 0px 80px 0
}

.main-footer .widget-section .taj-sub-title {
    color: #fff;
}