.node-service {
  background: #f4f5f9;
}


.repairs {
  margin-top: 40px;
}
.repairs__wrapper {
  text-align: center;
}
.repairs__list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  transition: height 0.3s;
}
.repairs__item {
  position: relative;
  width: 100%;
}
.repairs__item--button {
  width: 100%;
}
.repairs__link {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 #03953C33;
  display: flex;
  font-size: 1rem;
  gap: .75rem;
  text-align: left;
  padding: 4px 24px;
  text-decoration: none;
  line-height: 1.625rem;
  font-weight: 500;
  color: #03953C;
  min-height: 50px;
  height: 100%;
}
.repairs__link span {
  margin-right: .25rem;
}
.repairs__link svg path {
  fill: #fff;
}
.repairs__btn-popup {
  background: #f99e15;
  color: #fff;
}
.repairs__btn-popup svg path {
  fill: #fff;
}

@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 768px) {
  .repairs__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
  .repairs__item {
    width: calc(50% - .75rem);
  }
}
@media only screen and (min-width: 991px) {

  .node-service .section-article {
    overflow: hidden;
  }
  .node-service .section-article .container {
    display: block;
  }
  .node-service .field-field-brand-logo {
    float: left;
    margin: 0 1rem 1rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .repairs__item {
    width: calc(33.33% - 1rem);
  }
}
@media only screen and (min-width: 1280px) {
  .top-page .repairs {
    margin-top: 48px;
  }
}
