.solarsun_team {
  padding: 0px 0 clamp(30px, 4.166667vw, 80px);
}
.solarsun_team .team-part {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 4px 0 rgba(0,0,0,.05);
  margin-bottom: 20px;
}
.solarsun_team .witr_team_section {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.solarsun_team .witr_team_section img {
  object-fit: cover;
  /* height: 390px; */
  width: 100%;
  transition: 0.3s;
}
.solarsun_team .witr_team_section:hover img {transform:scale(1.05);}
.solarsun_team .witr_team_section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.solarsun_team .witr_team_section:before {
  background: color-mix(in srgb, var(--color-primary) 50%, transparent);;
}
.solarsun_team .team_overlay_icon a {
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  font-size: 22px;
  opacity: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
}
.solarsun_team .team_overlay_icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
}
.solarsun_team .team_overlay_icon a img {
  width: 22px;
  height: 22px;
}
.solarsun_team .witr_team_content {
  padding: 23px 5px 23px;
  text-align: left !important;
}
.solarsun_team .witr_team_content h5 {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  font-family: var(--title-font-family);
  color: var(--title-text-color);
  margin: 0;
}
.solarsun_team .witr_team_content span {
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 400;
  font-family: var(--font-family);
  color: var(--title-text-color);
}
.solarsun_team .witr_team_content h5 a:hover, .solarsun_team .witr_team_content h5:hover, .witr_team_content span {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
}
.solarsun_team .witr_team_section:hover:before {
  opacity: 1;
}
.solarsun_team .witr_team_section:hover .team_overlay_icon a {
  opacity: 1;
}
.solarsun_team .ab_page_team_area {
  border-top: 1px solid #DDDDDDAB;
}

.solarsun_team .witr_section_title {
	margin-bottom: 50px;
}

.solarsun_team .witr_section_title .witr_section_title_inner h2 {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: var(--title-text-color);
	font-family: var(--title-font-family);
	padding: 0 0 5px 0;
}
.solarsun_team .witr_section_title .witr_section_title_inner h3::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.solarsun_team .witr_section_title .witr_section_title_inner h3 {
	font-size: clamp(24px, 2.08vw, 40px);
	margin: auto;
	font-weight: 700;
	line-height: 1.4;
	font-family: var(--title-font-family);
	color: var(--title-text-color);
	text-align: left;
}
/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
 @media (min-width: 992px) and (max-width: 1199px) {
    /* team css */
	.solarsun_team .witr_team_content4 {
		padding: 15px 26px 13px;
	}
    .solarsun_team .team-style-2 .em-content-title h2 {
         font-size: 17px;
         margin-top: -1px;
    }
    .solarsun_team .team-style-2 .em-content-socials a {
         font-size: 14px;
    }
}
/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
 @media (min-width: 768px) and (max-width: 991px) {
	/* team area css */
	.solarsun_team .witr_team_section img {
		width: 100%;
	}
}

@media(max-width:991px){
	.solarsun_team .witr_team_content {
	    padding: 20px 15px;
	}
}