.tech-logos {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-template-rows: repeat(2, auto) !important;
    gap: 20px !important;
    margin-top: 60px;
    max-width: 100%;
}

.tech-logo {
    width: 100%;
    box-sizing: border-box;
}
