﻿.dev-section {
    background: #fffcfc;
    padding: 70px 0;
    text-align: center;
}

.dev-heading {
    font-size: 36px;
    font-weight: 700;
    color: #0a2a43;
    margin-bottom: 50px;
}

.dev-slider {
    width: 100%;
    overflow: hidden;
}

.dev-track {
    display: flex;
    align-items: center;
    width: max-content;
}

.dev-logo {
    min-width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dev-logo img {
        max-width: 200px;
        max-height: 90px;
        object-fit: contain;
    }

.transition {
    transition: transform 0.6s ease-in-out;
}
