.hr-services-img img {
    max-width: 180px;
}
.hr-services-img {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}

.hr-home-services-top {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.hr-home-services-top h2 {
  color: var(--color-1);
  font-family: var(--font-04);
  font-weight: 500;
  margin: 0;
}
.hr-home-services-top h3 {
  font-size: 35px;
  font-weight: 600;
  font-family: var(--font-01);
}

@media(max-width:1200px){
  .hr-home-services-top h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--font-01);
}
}
@media(max-width:768px){
  .hr-home-services-top h3 {
  font-size: 24px;
}
}
@media(max-width:575px){
  .card .hr-titel {
  font-size: 24px;
} 
}