.center-cls{
  justify-content: center;
}

.border-box {
    color: #ffffff;
    /* border: 2px solid #6b2653; */
    border-radius: var(--border-radius);
    padding: 20px 20px 60px;
    height: 77%;
    margin-top: 30px;
    background-color: #01994b!important;
}

.mar-overcome {
    margin-top: 2px;
}


.welcome:before {
    content: "";
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    min-width: 1250px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1498px;
    background: #01994b!important;
    border-radius: 15px;
}