.hero-mini {
    background-image: linear-gradient(to right, #007BFF, #34395e);
    padding-top: 40px;
    height: 500px;
    display: flex;
    align-items: center;
    color: #fff;
}

.support-us .container:after,
.section-design-right:after,
.section-design:after,
.hero:after {
    content: ' ';
    /* background-image: linear-gradient(to bottom, #007BFF, #34395e); */
    background-image: linear-gradient(to bottom, #564079, #34395e);
    position: absolute;
    border-radius: 50% 0 0 50%;
    top: -180px;
    right: 0;
    bottom: -50px;
    width: 53%;
    transform: skewY(-20deg);
    z-index: -1;
}


.bg-gr {
    background-image: linear-gradient(to right, #007BFF, #34395e);
}

