.red-separator {
    width: 186px;
    height: 6px;
    margin: 0 auto 20px auto;
    background-color: #ED0226;
}
.bg-content{
    background: linear-gradient(360deg, #6aeb9f 0%, #fff 100%);
}
.background-title {
    border-radius: 0px 0px 0px 50px;
    background: -webkit-linear-gradient(13.19deg, #0097e6 15.71%,#FF0025 68.97%,#FD195E 94.61%);
    background: -moz-linear-gradient(13.19deg, #0097e6 15.71%,#FF0025 68.97%,#FD195E 94.61%);
    background: linear-gradient(76.81deg, #0097e6 15.71%, #00a8ff 68.97%, #00a8ff 94.61%);
    padding: 25px 25px 25px 25px;
}