﻿.tech-cards {
    align-items: flex-start;
    gap: 28px; 
}

.tech-card {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tech-card__media {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px;
   
}

    .tech-card__media img {
        width: min(360px, 80%);
        height: auto;
        object-fit: contain;
        display: block;
    }

.tech-card__media_tc img {
    width: 100%;
    min-width: 250px;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 526px;
    max-height:205px;
}

        .tech-card__title {
            font-size: clamp(1.2rem, 1.68vw, 2rem);
            font-weight: 600;
            margin-top: 18px;
            text-align: center;
        }

.tech-card--lower {
}
