.tm-team-member {
	margin-bottom: 30px;
	&.style-1 {
		.photo {
			margin-bottom: 20px;
		}
		.name {
			font-size: 18px;
			line-height: 1;
		}
		.position {
			font-size: 14px;
			color: rgba(135, 140, 155, 0.5);
		}
		.line {
			border-top: 1px solid #eeeeee;
			margin: 10px 0 12px;
		}
		.description {
			font-size: 15px;
			color: $text-color;
			margin-bottom: 14px;
		}
		.social-networks {
			a {
				font-size: 16px;
				color: #cccccc;
				margin-right: 15px;
				&:hover {
					color: $secondary-color;
				}
			}
		}
	}
}
