@media (max-width: 1900px) {}


@media (max-width: 1373px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container-fluid {
        margin: 0px 15px;
    }

    .rotating-text-container {
        left: -10px;
    }

    .logo-card-glow .logo-content {
        padding: 15px;
    }

    .timeline-col {
        width: 100% !important;
    }

    .step-1,
    .step-2,
    .step-3,
    .step-4 {
        border: none !important;
    }

    .step-2,
    .step-4 {
        flex-direction: column-reverse !important;
    }

    .step-2 .step-number,
    .step-4 .step-number {
        flex-direction: column-reverse !important;
    }
}