/** Shopify CDN: Minification failed

Line 77:0 Unexpected "}"

**/

.team-one{
	display: flex;
	justify-content: center;
	width: auto;
	flex-wrap: wrap;
	padding: 125px 100px 90px 100px;
	text-align: center;
	align-items: center;
	background-color: #F5F6F7;
}
.team-one .team-member {
    margin: 5px;
    max-width: 550px;
    width: 100%;
    padding: 0 30px;
    line-height: 20px;
    position: relative;
}
.team-one .team-member h4 {
	font-family : 'Tenor Sans Regular';
	font-size : 14px;
	letter-spacing : 5.6px;
	color : #231F20;
	margin-bottom: 75px;
	line-height: 1.1em;
}
.team-one .team-member .role {
	font-family : 'Tenor Sans Regular';
  	font-size : 12px;
  	color : #231F20;
  	margin-bottom: 40px;
  	line-height: 1.4em;
  	font-weight: 400;
}
.team-one .team-member .role:not(:nth-child(1n+1)) {
  margin-right: 60px;
}
.team-one .team-member h1 {
	line-height: 1.1em;
	font-weight: 500;
	font-family : 'Gourmet Le French Script';
  	font-size : 48px;
  	color : #231F20;
}
.team-one .team-member .text-role {
    font-family: 'Tenor Sans Regular';
    font-size: 7px;
    line-height: 7.13px;
    letter-spacing: 1.4px;
    color: #231F20;
    font-weight: 400;
}
.text p {
    position: absolute;
    transform: rotate(270deg);
    left: -70px;
    bottom: 90px;
    font-family: 'Tenor Sans Regular';
    font-size: 13px;
    font-weight: 400;
    line-height: 7.13px;
    letter-spacing: 5.2px;
    color: #231F20;
}
.team_img {
    background-image: url(//cdn.shopify.com/s/files/1/0660/3420/4899/files/15.png?v=1662616464);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
}
.team_img img {
    visibility: hidden;
}
@media only screen and (max-width: 749px) {
    .team-one {
  		padding: 20px 20px 40px 20px;
 	 }
  	.team-one .team-member .text-role {
    	position: relative;
    	bottom: 0px;
    	left: 0;
    	right: 0;
    	margin-bottom: 30px;
	}
	.team-one .team-member h1 {
  		margin-bottom: 20px;
	}
  	.text p {
  		display: none;
  	}
  .team_img {
    background-position: center;
    background-attachment: initial;
    background-size: cover !important;
}
  .team-one .team-member {
    padding: 0 15px !important;
}
}
.team-member .role-text {
    /* font-weight: 600 !important; */
}