<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* our-team-section container */
/* our-team-section container */
/* our-team-section container */
#our-team-section{                                    
    position: relative;
}
#our-team-section h2{        
    font-size: 20px;    
    font-weight: 700;
}
.our-team-section{
    /*padding: 20px;*/
/*    border-radius: 20px;
    background-image: linear-gradient(to left, #F5F5F5, #ffffff);*/
}
.our-team-section .sub-title{
    font-size: 16px;    
    color: #3C3C43;
    font-weight: 500;
}
/* team-members-section container */
/* partners-section container */
/* partners-section container */
#team-members-section{                                    
    position: relative;
}
#team-members-section h2{        
    font-size: 20px;    
    font-weight: 700;
}
.team-members-section{
    /*padding: 20px;*/
/*    border-radius: 20px;
    background-image: linear-gradient(to left, #F5F5F5, #ffffff);*/

}
.team-members-section .sub-title{
    font-size: 16px;    
    color: #3C3C43;
    font-weight: 500;
}
.team-member-card {
    background-color: #FAFAFA;
    border-radius: 16px;
    padding: 16px;
}
.team-member-card .name{
    color: #031882;
    font-weight: 600;
    font-size: 16px;
    position: inherit;
}
.team-member-card .job{    
    font-weight: 600;
    font-size: 14px;
    position: inherit;
}
.team-member-card .bio{    
    color: #3C3C43;
    font-size: 13px;
    font-weight: 500;
    position: inherit;
}
.team-member-card a{    
    text-decoration: none;
}
.team-member-card .memberImg{
    /*max-width: 232px;*/
    width: 100%;
    height: 335px;
    object-fit: cover;
    border-radius: 12px;
}
.team-member-card .pattern-middle-grey{
    position: absolute;
    left: 0;
    /*top: 45%;*/
    top: 280px;
    object-fit: cover;
    height: 130px;
    width: 100%;
    /*opacity: 0.6;*/
}

@media (min-width: 768px) {  
    .team-member-card .memberImg{        
        height: 235px;
        
    }
    .team-member-card .pattern-middle-grey{
        position: absolute;
        left: 0;
        /*top: 45%;*/
        top: 224px;
        object-fit: cover;
        height: 110px;
        width: 100%;
        /*opacity: 0.6;*/
    }
  
}

.our-volunteers-section{                                 
    position: relative;
    background-color: #FAFAFA;
    /*background-color: #e8e0e0;*/
    border-radius: 20px;
}
.our-volunteers-section h2{        
    font-size: 20px;    
    font-weight: 700;
}

.our-volunteers-card {    
    border-radius: 12px;
    padding: 8px;
    border: 1px solid #E5E5E5;
}

.our-volunteers-card .name{    
    color: #3C3C43;
    font-weight: 600;
    font-size: 14px;
}
.our-volunteers-card .bio , .our-volunteers-card p{    
    color: #3C3C43;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}</pre></body></html>