/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2022 | 14:46:10 */
.vc_row.small, .small {
    max-width: 1200px !important;
}


.wp-block-tsb-team .tsbTeamMembers {
    display: inline-flex !important;
}

.tsbTeamMembers.horizontal.columns-2.columns-tablet-1.columns-mobile-1 {
    display: flex !important;
/*     flex-wrap: wrap; */
}

.wp-block-tsb-team .tsbTeamMembers.horizontal .tsbMember .memberPhoto {
    max-width: 50% !important;
}

/* MOBILE RESPONSIVE */
@media (max-width: 425px) {
	
	
	.tsbTeamMembers.horizontal.columns-2.columns-tablet-1.columns-mobile-1 {
    display: flex !important;
    flex-wrap: wrap;
}

	
	.wp-container-9 {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	gap: 2em !important;
}
	
	.wp-container-10 {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 2em !important;
}
		.wp-container-11 {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 2em !important;
}
	.wp-container-11.wp-block-group.alignfull.medium {
    justify-content: space-between !important;
}
	
	.wp-container-12.wp-block-group.alignfull.medium {
    justify-content: space-between !important;
}
	
	.wp-container-13.wp-block-group.alignfull.medium {
    justify-content: space-between !important;
}
	
	
	.wp-block-team-member-block-team-member-block {
    width: 45%;
}
	
	

/* 	TEAM SECTION IN MOBILE */
	.team-member-box {
  width: 150px !important;
}
}
	
	

/* TABLET RESPONSIVE */
@media (min-width: 768px) {
	
}