.cbg {
    font-size: 120px;
    display: flex;
    align-items: center;
    justify-content: right;
    position: absolute;
    opacity: 0.1;
    right: 30px;
    bottom: 10px;
}

.ds-wrap {
    position: relative;
}


.ds-wrap:nth-child(even) {
    top: 30px;
}

.ds {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.ds-card {
    flex: 1;
    min-height: 200px;
}
.ds-card .card-body {
    display: flex;
    align-items: center;
}

.title-wrap {
    margin: 20px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 8px;
    background: #a4093e;
    color: #ffffff;
    width: 100%;
}

/* .ds-card p{
    margin: 5px 15px;
} */

#gst  .title-wrap {
    background-color: #ce7f0a;   
}

#banking  .title-wrap {
    background-color: #11a107;   
}

#bbps  .title-wrap {
    background-color: #150698;   
}

#egov  .title-wrap {
    background-color: #b80650;   
}

#travels  .title-wrap {
    background-color: #00a1e0;   
}

#insurance  .title-wrap {
    background-color: #026462;   
}

#loan  .title-wrap {
    background-color: #025314;   
}

#education  .title-wrap {
    background-color: #ce450a;   
}

#employment  .title-wrap {
    background-color: #9c0266;   
}

#healthcare  .title-wrap {
    background-color: #03c678;   
}

#onhire  .title-wrap {
    background-color: #017e87;   
}


#gst  .cbg {
    color: #ce7f0a;   
}

#banking  .cbg {
    color: #11a107;   
}

#bbps  .cbg {
    color: #150698;   
}

#egov  .cbg {
    color: #b80650;   
}

#travels  .cbg {
    color: #00a1e0;   
}

#insurance  .cbg {
    color: #026462;   
}

#loan  .cbg {
    color: #025314;   
}

#education  .cbg {
    color: #ce450a;   
}

#employment  .cbg {
    color: #9c0266;   
}

#healthcare  .cbg {
    color: #03c678;   
}

#onhire  .cbg {
    color: #017e87;   
}
