.meet-experts {
	margin-top: 100px;
	margin-bottom: 85px;
	padding: 0 var(--sideGap);
	
	& :is(h2, h3, p) { text-align: center; }
	& p {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		color: var(--color-text-gray);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 28.8px */
		letter-spacing: 0.09px;
		margin-bottom: 64px;
	}
	
	& p:has(+ p) {
		margin-bottom: 20px;
	}

	& h2 {
		margin-bottom: 40px;
	}
	
	& img {
		width: 198px;
		aspect-ratio: 1/1;
		border-radius: 50%;
		background-color: #000;
		margin-bottom: 24px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		object-fit: cover;
	}

	& .experts {
		display: flex;
		gap: 48px;
		justify-content: center;
		
		@media (max-width: 768px) { flex-wrap: wrap; width: 100% }
		
		& p {
			font-size: 16px;
			line-height: 150%; /* 24px */
			letter-spacing: -0.16px;
			margin: 0;
			margin-bottom: 12px;
			max-width: 200px;
		}

		& h3 {
			color: #343A40;
			font-size: 20px;
			font-weight: 500;
			line-height: 125%; /* 25px */
			letter-spacing: -0.1px;
		}
	}

	& .btn {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: fit-content;
	}
}
