.home-experience {
	background-image: url('https://jcparalegal.itsprowebsite.com/public/JCPARLGAL/themeaB9xY12z/assets/images/experience/experience-bg.jpg');
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-experience-head h2 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 20px;
}

.home-experience-head p {
  color: var(--white);
  font-size: 16px;
  line-height: 1.55;
}
.home-experience-wapper img {
  max-width: 80px;
}
.home-experience-content h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--color-2);
	margin-bottom: 20px;
}
.home-experience-content p {
  font-size: 16px;
  color: var(--white);
}
.home-experience-content ul li {
  list-style: none;
  font-size: 16px;
  color: var(--white);
  padding-left: 25px;
  position: relative;
}
.home-experience-content ul {
	margin-bottom: 15px;
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.home-experience-content ul li::after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f0a6";
	font-size: 20px;
	rotate: 90deg;
	left: 9px;
	top: 10px;
	position: absolute;
	width: 15px;
	height: 15px;
	color: var(--color-2);
}
.home-experience-inner {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	position: relative;
	z-index: 1;
}
.home-experience::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}