/*
 Theme Name:   Divi Child Theme
 Theme URI:    #            
 Description:  A child theme of Divi.
 Author:       #
 Author URI:   #
 Template:     Divi
 Version:      1.0.0
 Text Domain:   Divi
*/
/* Add your custom CSS below this line */
 
/*.teams-tabs { margin-bottom: 20px; display: flex; gap: 10px; }
.team-tab-button { padding: 8px 16px; border: 1px solid #ccc; cursor: pointer; }
.team-tab-button.active { background-color: #333; color: white; }
.team-members {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.team-member{ margin-bottom: 20px; display: block;} */
 

.team-members {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
