.about-left {
  position: relative;
}

.about-img img{
  border-radius: 15px;
}
.about-img img {
	width: 100%;
}
.about-experience {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	top: 0px;
	left: 0px;
	background: #000;
	border-radius: 15px;
	padding: 10px 20px 10px 10px;
	color: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon {
	font-size: 45px;
	width: 70px;
	height: 70px;
	line-height: 68px;
	text-align: center;
	background: var(--color-1);
	border-radius: 15px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
	position: relative;
	padding-left: 25px;
	margin-top: 10px;
	font-weight: 500;
	color: #757f95;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 600;
	list-style: none;
}
.about-list ul {
	padding: 0;
}
.about-list li::before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 6 Pro";
	color: var(--color-1);
}
.site-title-tagline {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 17px;
	font-weight: 700;
	color: var(--color-1);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 45px;
  color: #000;
  margin-bottom: 0;
}
.site-title span {
  color: var(--color-1);
}
.about-btn {
	display: flex;
	width: max-content;
	column-gap: 10px;
	align-items: center;
	overflow: hidden;
}
@media all and (max-width: 991px) {
  .about-right {
    margin-top: 30px;
  }
}



/*====================
30. Counter css 
======================*/

.counter-area {
	position: relative;
	background-color: var(--color-1);
	z-index: 1;
	padding: 50px 0px;
}

.counter-area::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: -1;
	background-image: url("https://underthehood.itsprowebsite.com/public/UNDERTHEHOOD/themeaB9xY12z/assets/images/about/about-shape.png?v=1");
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.counter-box p {
	color: #fff;
}
.counter-box .icon {
	position: relative;
	text-align: center;
	font-size: 60px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	line-height: 110px;
	border: 5px solid #fff;
	background: #000;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon img {
	max-width: 60px;
}
.counter-box .counter {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}

.counter-box .title {
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
@media(max-width:1200px){
	.site-title {
	font-size: 42px;
}
}
@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}
@media(max-width:767.98px){
.about-right {
	padding-left: 0;
}
.hr-hero-banner .hr-content {
	padding-top: 40px;
	padding-left: 0px;
}

}
@media(max-width:575px){
	.site-title {
	font-size: 28px;
	line-height: 35px;
}
.counter-box .counter {
	font-size: 35px;
}
.counter-area .counter-box {
	margin: 10px 0;
}
.counter-box .icon {
	width: 100px;
	height: 100px;
}
.icon img {
	max-width: 50px;
}
}

@media(max-width:480px){
	.site-title {
	font-size: 25px;
	line-height: 35px;
}
.site-title-tagline {
	letter-spacing: 2px;
	font-size: 15px;
}
}