.services-list-component > .services-heading {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  transition: all 0.3s ease-in-out;
}

.services-list-component > .services-heading:hover {
  border-bottom: 1px solid #00a76b;
  border-top: 1px solid #00a76b;
}

.services-list-component > .services-heading:hover .services-heading__text {
  color: #00a76b;
  text-decoration: underline;
}

.services-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 152px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.services-heading__text {
  max-width: 553px;
  width: 100%;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: #0e0e0f;
  transition: all 0.3s ease-in-out;
}

.services-heading__text a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.services-heading__text a:link,
.services-heading__text a:visited {
  color: #0e0e0f;
}

.services-heading__button {
  max-width: 70px;
  width: 100%;
  max-height: 70px;
  width: 100%;
}

.services-heading .button_round {
  transition: all 0.3s ease-in-out;
}

.services-heading .button_round > svg {
  transition: all 0.3s ease-in-out;
}

.services-heading:hover .button_round {
  border: 1px solid #00a76b;
}

.services-heading:hover .button_round > svg {
  fill: #00a76b;
}
