.contact-form-wrapper {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 8% 10%, rgba(118, 81, 230, 0.24) 0%, transparent 50%),
        radial-gradient(circle at 92% 90%, rgba(242, 109, 196, 0.13) 0%, transparent 50%), #17151d;
}
