.iframe_team_wrapper {
    float: left;
	width: 100%;
    box-sizing:border-box;
}
.team_grid_container {
	width: 100%;
}
.team_grid_container_inside {
	width: 100%;
	float: right;
	display:inline-block;
}
.item:hover .item_img {
    transform: scale(1.03)
}
.team_item_img {
	width: 100%;
	float: right;
	margin-bottom:5px;
	transition: .3s;
	align-items: center;
    display: flex;
    justify-content: center;
	border-bottom:2px solid #41444b;
}
.team_item_img img {
	border-radius:10px;
}
.team_item_name {
	width: 100%!important;
	float: right;
	margin-bottom:0px;
	font-weight:500
}
.team_item_role {
	width: 100%!important;
	float: right;
	height:30px;
}
.team_item_email {
	width: 100%!important;
	float: right;
	height:40px;
}
.team_item {
    color:#41444b;!important
}
.team_item:hover {
    color:#b75f2f!important
}
.team_page_title {
	width: 100%!important;
	float: right;
	margin-bottom:50px;
}
.team_title {
    width:100%;
    float:right;
    margin-bottom:50px;
}
@media all and (min-width: 1438px) {
.team_grid_container {
    margin: auto;
    position: relative;
    box-sizing: border-box;
    max-width:1480px;
}
.team_item {
	width: 23.5%;
	float: right;
	margin-left: 2%;
	padding-left:2%;
	margin-bottom:8%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	
	box-sizing:border-box;
}
.team_item:nth-of-type(4n) {
	margin-left:0;
	border-left:0;
}
}
@media all and (max-width: 1439px) and (min-width: 769px) {
.team_grid_container {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px
}
.team_item {
	width: 21.25%;
	float: right;
	margin-left:5%;
	margin-bottom:5%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.team_item:nth-of-type(4n) {
	margin-left:0;
}
}
@media all and (max-width: 768px) and (min-width: 319px) {
.team_grid_container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px
}
.team_item {
	width: 47.5%;
	float: right;
	margin-left:5%;
	margin-bottom:5%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.team_item:nth-of-type(2n) {
	margin-left:0;
}
.team_page_title {
	margin-bottom:20px;
}
.iframe_team_wrapper {
	box-sizing:border-box;
	padding: 0 20px
}
}

@media (max-width: 320px) {
.team_grid_container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px
}
.team_item {
	width: 47.5%;
	float: right;
	margin-left:5%;
	margin-bottom:5%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.team_item:nth-of-type(2n) {
	margin-left:0;
}
.team_page_title {
	margin-bottom:20px;
}
.iframe_team_wrapper {
	box-sizing:border-box;
	padding: 0 20px
}
}
