.rm-complementary-products .glider {
  display: flex;
}

.rm-complementary-products .glider-card {
  flex: 0 0 165px;
  width: 165px;
}

.rm-complementary-products .rm-loop-title-4 {
  font-size: var(--rm-font-15, 1.25rem);
  line-height: 1.58333333rem;
}

@media screen and (min-width: 1024px) {

  .rm-complementary-products .glider {
    max-width: 976px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .rm-complementary-products .glider-next {
    right: 5rem;
  }

  .rm-complementary-products .glider-prev {
    left: 5rem;
  }

}