.contact {
    background: linear-gradient(to top, #1f2937, #030712);
    border: 2px solid #1f2937;
    position: relative;
    border-radius: 10px;
    padding: 125px 50px;
}

.contact-bg {
    position: absolute;
    object-fit: cover;
    pointer-events: none;
    opacity: 0.15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}