.cash-flow-wrapper {
    height: 498px;
    width: 100%;
    transform: scaleX(-1);
    background-image: linear-gradient(180deg, #875BE1 0%, #D7ABC6 100%);
    position: relative;
    /*animation: gradient 3s ease infinite alternate;*/  
    animation: AnimateBG 20s ease infinite;
}
.cash-flow-wrapper .cash-flow-bck {
    transform: scaleX(-1);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.cash-flow-wrapper > .elementor-container {
  height: 100%;
}
.cash-flow-wrapper .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0; 
  justify-content: center; 
}
.cash-flow-wrapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.cash-flow-wrapper .cash-flow-bck .elementor-widget-wrap>.elementor-element:not(:first-child) {
  width: auto;
  margin: 0 11px;
}
.cash-flow-wrapper .cash-title h2{
    /*height: 78px;*/
    width: 545px;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 5.3px;
	line-height: 39px;
	text-align: center;
	margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}
.cash-flow-wrapper .btn-wrap {
	margin-bottom: 0;
}

.cash-flow-wrapper:after,
.cash-flow-wrapper:before {
	content: '';
	position: absolute;
  	height: 487px;
    width: 739px;
  	display: block;
  	z-index: 1;
  	background-size: contain!important;

}
.cash-flow-wrapper:before {
    /*background-color: #D7ABC6;*/
    top: 0;
    left: 40%;
    background: url(../images/cashFlow/Oval-2.svg)no-repeat;
    animation: wave 4s ease infinite alternate;
}
.cash-flow-wrapper:after {
  	/*background-color: #B954E8;*/
  	bottom: 0;
  	/*right: 38%;*/
  	background: url(../images/cashFlow/Oval.svg)no-repeat;
    animation: wave 4s ease infinite alternate;
  	z-index: 2;
  	background-position: bottom left;
   
}

/**Responsive Style**/

@media only screen and (max-width: 767px) {

    .cash-flow-wrapper .cash-title h2 {
        width: 100%;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 3.3px;
        margin-bottom: 40px;
    }

    .cash-flow-wrapper {
      display: block;
      padding: 50px 15px;
      height: auto;
    }
    .cash-flow-wrapper .btn-wrap {
      flex-direction: column;
    }
    .cash-flow-wrapper .btn-wrap a:first-child {
      margin-bottom: 15px;
    }
    .cash-flow-wrapper .btn-wrap a:last-child {
      margin-bottom: 15px;
    }
    .btn-wrap .btn-trans,
    .btn-wrap .btn-fill {
      margin-right: 3px;
      margin-left: 3px;
    }
}

@media only screen and (max-width: 1199px) { 
    .cash-flow-wrapper:after, .cash-flow-wrapper:before {
      display: none;
    }
}