@charset "utf-8";

/* PROFILES */
	.profiles {
		}
	.profiles.n {
		display: grid;
		grid-gap: 2rem;
		}
	.profiles-item {
		text-align: center;
		}
	.profiles-holder {
		display: block;
		margin: 0 auto;
		max-width: 32rem;
		}
	.profiles-image,
	.profiles-img {
		border-radius: 100%;
		overflow: hidden;
		}
	.profiles-image {
		border: 0.1rem solid transparent;
		margin: 0 auto 1rem;
		max-width: 24rem;
		padding: 1rem;
		}
	.profiles-name {
		font-size: var(--mywp-ts-head-6);
		font-weight: 700;
		}
	.profiles-title {
		font-size: var(--mywp-ts-text-sub-1);
		font-style: italic;
		margin-top: 0.6rem;
		opacity: 0.7;
		}