.mega-columns-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    transform: translateX(calc(-50vw + 50%));
    background: #fff;
    padding: 30px 40px;

    display: flex;
    gap: 60px;
    z-index: 9999;
}

.mega-left {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mega-right {
    display: flex;
    gap: 20px;
}

.mega-right img {
    width: 260px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}
