.dg_custom .banner-shapes .circle {
    background-color: var(--dg-primary-dark);
}

.dg_custom .banner-inner h1 {
    font-weight: 700;
}

.dg_custom .banner-inner h1 span:after {
    background-image: url('../images/Page-Title-Shape-01.png');
}

.dg_custom .breadcrumb .breadcrumb-item.active {
    color: var(--dg-primary);
    text-decoration: none;
}

.dg_custom .breadcrumb .breadcrumb-item a:not(:hover),
.dg_custom .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #696E7B;
}

.dg_custom .banner-inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.dg_custom .banner-inner h1 {
    font-size: 45px;
}

@media only screen and (min-width: 991px) {
    .dg_custom .banner-shapes .circle {
        width: 670px;
        height: 670px;
    }
}

@media only screen and (max-width: 1200px) {
    .dg_custom .banner-inner {
        width: 100%;
    }

    .dg_custom .banner-inner h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .dg_custom .banner-inner h1 {
        font-size: 25px;
    }
}