.new-experience {
    max-width: 1920px;
    margin: 0 auto;
    height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-experience .purple {
    width: 1490px;
    height: 430px;
    background: #7C55FE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-experience p {
    z-index: 20;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 88px;
    line-height: 74px;
    letter-spacing: 0.03em;
    color:#fff;
}
.new-experience img {
    position: absolute;
    max-width: 950px;
    transform: translateX(70%);
}