.my-profile .bp-profile-wrapper.need-separator .group-separator-block {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.my-profile .group-separator-block {
	border-radius: 0 !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: none !important;
}
.my-profile .bp-profile-wrapper.need-separator header.profile-header {
	border: none;
	margin: 0;
	padding: 0;
}
.my-profile .bp-profile-wrapper.need-separator header.profile-header .bb-profile-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
}

.my-profile .buddypress-wrap .profile .group-separator-block .entry-header a {
	font-size: 25px;
}
.my-profile .bp-profile-wrapper.need-separator .group-separator-block table.bp-tables-user {
	padding: 15px 0 0;
}
.my-profile .bp-profile-wrapper.need-separator .group-separator-block .education-wrapper,
.my-profile .bp-profile-wrapper.need-separator .group-separator-block .experience-wrapper{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.my-profile .education-row {
	line-height: 1.6;
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #ddd;
	padding: 15px 20px 15px;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	flex-direction: column;
}
.my-profile .education-row h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0 !important;
	line-height: 1;
}
.my-profile .education-row p.degree {
	font-size: 16px;
	color: #333;
	margin: 0 0 0 0;
	font-weight: 600;
	line-height: 1.5;
}
.my-profile .education-row p.description {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}
.my-profile .education-row:last-child {
	border-bottom: 0;
}
.my-profile .experience-row {
	line-height: 1.6;
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 15px 20px 15px;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0 !important;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}
.my-profile .experience-row .experience-logo {
	flex-shrink: 0;
}
.my-profile .experience-row p:first-child {
	margin: 0;
}
.my-profile .experience-row img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin: 0 !important;
}
.my-profile .experience-row .experience-details {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 85%;
}
.my-profile .experience-row .experience-details h3 {
	margin: 0 !important;
	font-size: 20px;
	font-weight: bold;
}
.my-profile .experience-row .experience-details p {
	margin: 2px 0;
	color: #000;
	font-size: 16px;
}
.my-profile .experience-row:last-child {
	border: none;
	padding-bottom: 0;
}