
.hr-service-name a {
  font-size: 24px;
  color: #fff;
}
.hr-category {
  color: #fff;
  margin: 0;
}
.hr-service-name {
  margin-top: 0;
} 
.home-services-btn {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.home-services-head {
  padding-bottom: 20px;
}
.hr-section-content .hr-titel h2 span::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -4px;
  width: 90%;
  z-index: 0;
  background-image: url("http://213.109.159.53/~maskosis/public/assets/images/about/line-shape.png?v=1");
  left: 0;
  height: 3px;
}
.flip-box__layer.flip-box__back {
  transition: all .6s ease-in-out;
  width: 100%;
} 
.flip-box {
  position: relative;
  padding: 0px !important;
  border-radius: 0px !important;
}

.flip-box__layer__inner {
  position: relative;
}
.flip-box__layer__inner .hr-details {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: rgba(209, 45, 0, .8);
  width: 100%;
}
.flip-box:hover .flip-box__layer.flip-box__back {
  opacity: 1;
}
.home-services .row {
	row-gap: 30px;
}

.flip-box__layer.flip-box__back .flip-box__layer__overlay {
  position: absolute;
  padding: 60px;
  text-align: center;
  top: 0;
  left: 0;
}

.flip-box__layer.flip-box__back .flip-box__layer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.flip-box__layer.flip-box__back .img-fluid {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 0;
}

.flip-box__layer.flip-box__back * {
  color: #fff;
}
.flip-box__layer.flip-box__back::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .2;
  border-radius: 0;
} 
.resources-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; }
.card {
  background:#fff; padding:18px; border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,0.06);
  transform-origin:center center;
}
.card:hover { cursor:pointer; }
.our-services-bottom .row {
  row-gap: 25px;
}

@media(max-width:1200px){
.flip-box__layer.flip-box__back .flip-box__layer__overlay {
  position: absolute;
  padding: 10px;
}
.flip-box__layer__inner .hr-details {
  padding: 10px;
}
.hr-service-name a {
  font-size: 20px;
}
.home-services-btn {
  top: 0;
}
}