	#main-container .side-content .main-link-container a {
		text-transform: capitalize;
	}

	#single-profile {
		padding: 0;
		font-family: var(--font-two);
	}

	#single-profile .profile-main-details {
		margin-bottom: 2rem;
	}

	#single-profile .profile-main-details .img-container {
		width: 100%;
	}

	#single-profile .profile-main-details .img-container img {
		width: 100%;
		border: 1px solid #f3f0ec;
		border-bottom: 4px solid var(--uiu-color);
	}

	#single-profile .profile-main-details .details {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 0.25rem;
		background: #f3f0ec;
		padding: 0.75rem;
		border-bottom: 4px solid var(--uiu-color);
	}

	#single-profile .profile-main-details .details p {
		margin-bottom: 0;
	}

	#single-profile .profile-main-details .details .people-name {
		font-size: 1rem;
		color: var(--dark-color);
		margin-bottom: 0.1rem;
	}

	#single-profile .profile-main-details .details .people-deg {
		font-size: 0.9rem;
		color: #666;
		font-weight: 600;
	}

	#single-profile .people-info {
		margin-top: 0.5rem;
		font-size: 0.8rem;
	}

	#single-profile .people-info span {
		font-weight: 600;
	}


	#single-profile .profile-extra-details {
		color: var(--black-color);
		margin-bottom: 2rem;
	}

	#single-profile .profile-extra-details p {
		color: var(--black-color);
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}