.adj_bg {
    background: linear-gradient(0deg, #332f6adb, #d3a31ad9), url(../../assets/images/adjudication.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
}

.online_bg {
    background: linear-gradient(0deg, #332f6adb, #d3a31ad9), url(../../assets/images/online.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
    background-position: center;
}

.head_clr {
    color: #ce9902 !important;
}

.p_align {
    line-height: 26px;
}

.white:hover {
    color: #332f6a;
    transition: 0.5s;
}

.white {
    color: #fff;
}

.bdr-btm {
    border-bottom: solid 3px blue;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: auto;*/
}

.mb--2 {
    margin-bottom: -2px !important;
}