.institutes-layout {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding: 48px 70px;
}

.research-section {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "DM Sans", sans-serif;
}


.research-title {
    text-align: center;
    font-size: 28px;
    color: #7b7272;
    margin-bottom: 15px;
}


.dotted-line {
    width: 100%;
    border-bottom: 1px dotted #7b7272; 
    margin-bottom: 30px;
}


.team-list {
    text-align: left;
}

.team-item {
    margin-bottom: 35px; 
}


.institute-name {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
}


.director {
    font-size: 16px;
    color: #444;
    margin-bottom: 5px;
    font-weight: 500;
}


.members {
    font-size: 15px;
    color: #666;
    line-height: 1.6; 
    max-width: 1200px; 
}