.footer-bottom {
    padding: 0 0 40px;
    /*background-color: var(--successCol);*/
    position: relative;
    z-index: 1;
    /* margin-top: 9rem; */
    background: linear-gradient( 19deg, #4AAAA6, #9897EB );
    margin-top:10px;
    padding-top:50px;

}
.footer-bottom::after {
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: url("../images/others/pattern-1.png") repeat top center;
    z-index: -1;
}