.hr-home-info {
	background-image: url("https://dev.hrinfocare.com//almondtherapy/public/assets/images/info-bg.webp?V=6");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.hr-home-info-left img {
  max-width: 156px;
  height: 156px;
  border-radius: 50%;
}
.hr-home-info-left .hr-home-info-left-content h3 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.hr-home-info-left .hr-home-info-left-content h4 {
  font-size: 15px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.hr-home-info-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hr-home-info-right p {
  font-size: 32px;
  color: #f5f5f7;
  font-weight: 600;
}

.info-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--white);
}
.info-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-2);
}
.info-slider .swiper-pagination {
  bottom: 0px;
}
@media(max-width:768px){
  .hr-home-info-right p {
  text-align: center;
}
}
@media(max-width:576px){
  .hr-home-info-right p {
  font-size: 20px;
  padding-top: 20px;
}
}