.icons_list {
  display: flex;
}

.title {
  font-size: 2rem;
  font-weight: 600;
  color: #243434;
  margin-block-end: 0.2rem;
}

p.act_label {
  font-family: Avenir, Nunito, sans-serif;
  font-weight: 400;
  color: #243434;
  margin-block-start: 0.1rem;
  margin-block-end: 1rem;
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
}

.center-me:hover p.act_label,
.center-me:active p.act_label {
  color: #129793;
  transition: all 0.3s ease-in-out;
}

.active-category-icon .gym_filters_icon_background {
  stroke: #65bcb9;
}

.active-category-icon .shape,
.active-category-icon .h_stroke {
  fill: #129793;
  /* transition: all 0.3s ease-in-out; */
}

.active-category-icon {
  color: #129793;
}

div.center-me {
  text-align: center;
  /* margin: 2% 1% 2% 1%; */
}

/* gym page categories style */
.gym_info_icon_background,
.head_fill {
  fill: #fff;
}

.gym_info_icon_background {
  stroke: #e8f5f4;
}

.body,
.head_stroke {
  fill: #129793;
}

.body {
  fill-rule: evenodd;
}

.gym_info_icon_background_fill {
  stroke: none;
}

.gym_info_icon_background_stroke {
  fill: none;
}

/* gym list categories style */
.gym_filters_icon_background,
.h_fill {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}

.center-me:hover .gym_filters_icon_background,
.center-me:hover .h_fill,
.center-me:active .gym_filters_icon_background,
.center-me:active .h_fill {
  fill: #e8f5f4;
  transition: all 0.3s ease-in-out;
}

.gym_filters_icon_background {
  stroke: #f7f7fb;
  transition: all 0.3s ease-in-out;
}

.center-me:hover .gym_filters_icon_background,
.center-me:active .gym_filters_icon_background {
  stroke: #65bcb9;
  transition: all 0.3s ease-in-out;
}

.shape,
.h_stroke {
  fill: #243434;
  transition: all 0.3s ease-in-out;
}

.center-me:hover .shape,
.center-me:hover .h_stroke,
.center-me:active .shape,
.center-me:active .h_stroke {
  fill: #129793;
  transition: all 0.3s ease-in-out;
}

.shape {
  fill-rule: evenodd;
}

.gym_filters_icon_background_fill {
  stroke: none;
}

.gym_filters_icon_background_stroke {
  fill: none;
}
