.node-type-team .layout-content {
	max-width: 1920px;
	margin: 0 auto;
}

.paragraph--type--team-member img {
	border-radius: 60px;
    max-width: 350px;
    height: auto;
}

.paragraph--type--team-member {
	display: flex;
	gap: 50px;
	margin-bottom: 50px;
	max-width: 900px;
}

.paragraph--type--team-member .content-wrap {
	font-size: 20px;
}

.node-type-team h1.page-title {
    text-align: left;
    text-transform: uppercase;
    font-size: 48px;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

@media (max-width: 600px) {
    .node-type-team h1.page-title {
        font-size: 30px;
        font-weight: bold;
    }
    .paragraph--type--team-member .content-wrap {
		font-size: 16px;
	}

	.paragraph--type--team-member {
	    flex-direction: column;
	    gap: 20px;
	}

	.paragraph--type--team-member img {
		width: 100%;
	}

}

.node-type-team .field--name-field-contacts {
    font-weight: bold;
    color: #5b8fb9;
}


/*
////////////////////////////////////////////////////////////
new alternative 
///////////////////////////////////////////////////////////
*/
