.feofanivska-brands {
  margin: 40px 0;
}

.feofanivska-brands__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.feofanivska-brands__subtitle {
  font-size: 14px;
  color: #5aa5ff;
}

.feofanivska-brands__title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.feofanivska-brands__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.fb-track-wrapper {
  overflow: hidden;
  flex: 1;
}

.fb-track {
  display: flex;
  gap: 16px;
  scroll-behavior: smooth;
}

.fb-item {
  min-width: 180px;
  max-width: 220px;
}

.fb-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  border-radius: 20px;
  background: #f7f9ff;
}

.fb-item img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.fb-arrow {
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #8a92a3;
  color: #fff;
  cursor: pointer;
}
