
@media (min-width: 765px) {
    .cards-container{

        display: flex;
        padding: 20px;
    }
    .card-custom{
        margin: 25px;
    }
    .team-top{
        width: 100%;
        height: 390px;
        background-color:#ff7618 ;
    }
    .team-container{
        background-color: white;
        padding: 30px 500px 0 500px;
        height: 950px;
    }
    .main-members {
        background-color: white;
        height: 100%;

    }
    .member {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .member-image {
        width: 200px;
        height: 200px;
        background-color: #ff7f00;
        margin-right: 20px;
    }
    .member-info {
        flex: 1;
    }
    .member-info h2 {
        margin: 0;
        font-size: 24px;
    }
    .member-info p {
        margin: 5px 0;
    }
    .member-info .personal-intro {
        font-size: 14px;
        color: #666;
    }
}
