section.profile_single_banner {
	border-radius: unset;
}

section.profile_single_banner .left_content_lg img {
	margin-bottom: 20px;

	width: unset;

	height: 100px;
}

section.profile_single_banner .right_content_lg img {
	border-radius: 250px;
}

section.profile_single_banner p {
	color: var(--golden-yellow);

	font-family: Inter;

	font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);

	font-style: normal;

	font-weight: 700;

	line-height: normal;

	margin-bottom: 20px;
}

section.profile_single_banner h1 span {
	margin-right: 10px;
}

section.profile_single_details .top_content {
	max-width: unset;
}

section.profile_single_details .top_content p {
	max-width: 738px;
	margin: auto;
}

section.profile_single_details .icon_title_desc ul {
	list-style: unset;
	padding-left: 1.5rem;
}

section.profile_single_message {
	min-height: unset;
}

section.profile_single_message p {
	color: var(--white);
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
	section.profile_single_banner .right_content_lg .image_container {
		width: 60%;

		margin: auto;
	}
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
}
