@media (min-width: 1200px) {
    .beautiful-header {
        height: 700px !important;
        min-height: 700px !important;
        overflow: hidden;
    }
    .header-background img {
        height: 1100px !important;
        width: 1820px !important;
        object-fit: cover;
        object-position: center;
    }
    .header-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 50px;
    }
}
/* prom-brands-section */
.prom-brands-section {
    background: #0a0f1a;
    padding: 80px 0;
}
.prom-logo-img {
    filter: grayscale(1) brightness(0.7);
    transition: all 0.5s ease;
    cursor: crosshair;
}
.prom-logo-img:hover {
    filter: grayscale(0) brightness(1.2);
    transform: translateY(-5px);
}
.prom-card-gsap {
    will-change: transform, opacity;
}
