
.section-padding {
  padding: 70px 0px;
}
.hr-sub-title {
  font-size: 16px;
  color: var(--color-3);
  font-weight: 600;
  text-transform: uppercase;
}
.hr-title {
  font-size: 42px;
  text-transform: ;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 56px;
  max-width: 920px;
}
.hr-text {
  color: dimgray;
  font-size: 18px;
  font-family: var(--font-01);
  font-weight: 400;
  line-height: 28px;
}

.hr-services-wapper {
  border: 1px solid #CDDDED;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: start;
}

.hr-services-slider .swiper-slide {
  height: auto;
}
.hr-services-wapper h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  margin: 0;
  color: #1c1c1c;
}
.swiper.hr-services-slider .row {
  row-gap: 30px;
}
.hr-services-wapper-head.bg-two figure {
  background-color: #d4ebd7;
}
.hr-services-wapper-head.bg-three figure {
  background-color: #d3caf8;
}

.hr-services-slider .swiper-button-next {
    position: absolute;
    top: 97%;
    right: 45%;
    color: #000;
    transform: translateX(-50%);
}
.hr-services-slider {
  padding: 50px 0px;
}
.hr-services-slider .swiper-button-prev {
  position: absolute;
  top: 97%;
  left: 47%;
    color: #000;
  transform: translateX(-50%);
}

/*.hr-services-head .hr-title {
  font-size: 48px;
  text-transform: ;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 56px;
}*/
.hr-services-wapper-head img {
  max-width: 50px;
}

.hr-services-wapper-head {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}
.hr-services-wapper-head figure {
  margin: 0;
  max-width: 74px;
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c1e4f7;
  border-radius: 15px;
}
@media(max-width:991px){
.hr-title {
  font-size: 26px;
  line-height: 35px;
}
.hr-services-head .hr-title {
  font-size: 28px;
  line-height: 36px;
}
}
@media(max-width:767px){
  .section-padding {
  padding: 40px 0px;
}
.hr-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 30px;
}
.hr-services-slider {
  padding: 20px 0px;
}
.hr-services-slider .swiper-button-next {
  top: 98%;
  right: 40%;
}
.hr-services-slider .swiper-button-prev {
  top: 98%;
  left: 44%;
}
}

@media(max-width:575px){
  .hr-services-slider .swiper-button-next {
  right: 36%;  
  top: 98%;
}
.hr-services-slider .swiper-button-prev {
  left: 40%;
  top: 98%;
}
.hr-text {
  font-size: 16px;
  line-height: 24px;
}
.hr-services-head .hr-title {
  font-size: 24px;
  line-height: 32px;
}
}