.terra-team-member {
    background: #fff;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
}

.terra-team-member img {
    max-width: 100%;
    height: auto;
    border-radius: 9px;
    margin-bottom: 10px;
}

.terra-team-member h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.terra-team-member p {
    margin-bottom: 10px;
}

/* Social media icons styling */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icons a {
    display: inline-block;
}

/* Add specific styling for each social media icon here */
