.gsi_team_quote_col {
    margin: auto;
}

.gsi_titles.gsi_body.gsi_teams_quote {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
}

.team-coloured {
    color: var(--mint);
}

.gsi_counsellor_headshot {
    width: 100%!important;
    height: 100%!important;
}

.gsi_counsellor_headshot .et_pb_image_wrap {
    width: 100%!important;
    height: 100%!important;
}

.gsi_counsellor_headshot .et_pb_image_wrap img{
    object-fit: cover;
    width: 100%!important;
    height: 100%!important;
}

.gsi_titles.gsi_body.gsi_team_cousellor_name  .et_pb_text_inner h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    
}

.gsi_titles.gsi_body.gsi_team_cousellor_designation {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.gsi-team-members-container .team-category-header {
    text-align: center;
    font-weight: 600;
    margin-bottom: 56px;
}

.team-members {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 56px;
}

.team-members .team-member-profile-image{
    max-width: 310px;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 24px;
}

.team-members .team-member-profile-image img{
    max-width: 310px;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 12px;
}

.team-members .team-member h6 {
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

.team-members .team-member p {
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.team-member-linkedin {
	display:block;
	text-align:center;
	line-height:32px;
	padding-top:12px;
}
.team-member-linkedin img{
	height:32px;
	width:32px;
}
@media (max-width: 980px) {
    .gsi_titles.gsi_body.gsi_team_cousellor_name  .et_pb_text_inner h3{
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
        
    }
    
    .gsi_titles.gsi_body.gsi_team_cousellor_designation {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .gsi_team_counsellor_img_col {
        margin-bottom: 40px;
    }

    .gsi_row.gsi_team_counsellor_row .gsi_team_quote_col {
        width: 90%;
        margin-left: auto;
        margin-right: auto!important;
    }

    .team-members {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 16px;
        row-gap: 24px;
    }

    .team-members .team-member-profile-image{
        width: 100%;
        height: 290px;
        overflow: hidden;
        border-radius: 8px;
        margin-bottom: 16px;
    }
    
    .team-members .team-member-profile-image img{
        width: 100%;
        height: 290px;
        object-fit: cover;
        border-radius: 8px;
    }

    .gsi-team-members-container .team-category-header {
        margin-bottom: 48px;
    }
    
}

@media (max-width: 650px) {
    .team-members {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 16px;
        row-gap: 24px;
    }

    .team-members .team-member-profile-image{
        width: 100%;
        height: 198px;
        overflow: hidden;
        border-radius: 8px;
        margin-bottom: 16px;
    }
    
    .team-members .team-member-profile-image img{
        width: 100%;
        height: 198px;
        object-fit: cover;
        border-radius: 8px;
    }
}