/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2022 | 14:40:07 */
.whoweare {
    max-width: 450px;
}

/* CSS FOR ALL TEAM SECTIONS */

#main-content .alignfull {
	display: inline-flex;
    gap: 2em;
	text-align: center;
	margin: 0 0 5em 0 !important;
	width: 100% !important;
	align-content: flex-start !important;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}

/* 1st Team Section */
.wp-container-11.wp-block-group.alignfull.medium h3.name {
    font-family: 'Roboto Slab';
    font-size: 1.5em;
    line-height: 1.3em;
	margin-bottom: 10px;
}


.wp-container-11.wp-block-group.alignfull.medium h4.job_title {
    font-family: 'Poppins';
    font-size: 0.9em;
    line-height: 1.2em;
    color: #686868;
}

/* 2nd Team Section  */
.wp-container-10.wp-block-group.alignfull.medium h3.name {
	font-family: 'Roboto Slab';
    font-size: 1.5em;
    line-height: 1.3em;
	margin-bottom: 10px;
}

.wp-container-10.wp-block-group.alignfull.medium h4.job_title {
    font-family: 'Poppins';
    font-size: 0.9em;
    line-height: 1.2em;
    color: #686868;
}


/* 3rd Team Section */
.wp-container-11.wp-block-group.alignfull.medium {
  justify-content: center !important;
}
.wp-container-12.wp-block-group.alignfull.medium h3.name {
    font-family: 'Roboto Slab';
    font-size: 1.5em;
    line-height: 1.3em;
	margin-bottom: 10px;
}


.wp-container-12.wp-block-group.alignfull.medium h4.job_title {
    font-family: 'Poppins';
    font-size: 0.9em;
    line-height: 1.2em;
    color: #686868;
}


/* CORE TEAM SECTION */
/* social icons */
.memberDetails {
  padding: 0px !important;
}

.memberSocial {
  margin-left: -12px !important;
}

/* Team */
/* Team Members */
/* This class defines each box of team member in fixed width */
.team-member-box {
	width: 180px !important;
}



/* Job Designation */
.job_title {
  line-height: 1.5em;
}