a {
    text-decoration: none;
    color: #102136;
}

.inovator-card {
    width: 100%;
    min-height: 240px; 
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.08);

    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box; 
}

.inovator-image {
    flex: 0 0 auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; 
}

.inovator-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.inovator-name {
    flex: 0 0 auto; 
    color: #102136;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0; 
}

.inovator-info {
    flex: 1 0 auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; 
    width: 100%;
    text-align: center;
}

.inovator-title {
    color: #2C95E5;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px 0; 
}

.inovator-institucija {
    color: #020101;
    font-size: 15px;
    min-height: 50px;
}
