/* Start custom CSS for html, class: .elementor-element-768e9d7 */.team-section {
    text-align: center;
    padding: 16px 16px;
    background: #f8f9fa;
}

.team-title {
    font-size: 2em;
    margin-bottom: 30px;
    color: #333;
}

.team-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.team-member {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    max-width: 320px;
}

.team-member:hover {
    transform: translateY(-6px);
}

.team-member img {
    width: 100%;
    border-radius: 2%;
    margin-bottom: 15px;
}

.team-member h3 {
    margin: 10px 0 5px;
    color: #007bff;
}

.team-member p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.page-header {
    display: none
}/* End custom CSS */