body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-weight:normal;
    font-size: 14px;
    background-color: #f1eeec !important;
}

.team-banner-sec{
    background-image:url('../images/our-team-banner.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px 0px;
    background-position:center;
    height:250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position:relative;
}

.banner-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.25);
}

.team-banner-sec h2{
    color:#fff;
    font-size:2rem;
    font-family:'Noto Sans Hebrew';
    font-weight:600;
    margin:0px;
    position:relative;
}

.team-container{
    padding:50px 0px;
    background-color:#f1f1f1;
}

.team-container .team-member-div{
    text-align:center;
}

.team-container-sec{
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15)
}

.team-container .team-member-div img{max-width:100%;display:block;margin:auto;max-height:200px;}

.team-container .team-member-div h5{
    font-size: 1.1rem;
    text-align: center;
    font-family: 'Noto Sans Hebrew';
    font-weight:bold;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 10px;
    margin-bottom:0px;
}

.team-container .team-member-info{
        border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;

}

.team-container .team-member-info:last-child{
        border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

.team-container .team-member-info h4{
        font-size: 18px;
    font-family: 'Noto Sans Hebrew';
    font-weight:600;
    color: #333;
    margin-bottom: 15px;
}

.team-container .team-member-info h6{
    font-family: 'Noto Sans Hebrew';
    font-weight:600;
    margin-bottom: 10px;
    font-size:16px;
    color:#666;
}

.team-container .team-member-info p{
    font-size: 14px;
    margin-bottom: 1rem;
}

.team-container .team-member-info p:last-child{
    margin:0px;
}

.team-container .team-member-info ul{
    margin-bottom:1rem;
}

.team-container .team-member-info ul li{font-size:14px;margin-bottom:10px;}

.team-container .team-member-info ul li:last-child{margin-bottom:0px;}