.helping-companies h3 {
  color: var(--default-blue);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}
.swiper-companies {
  position: relative;
}
.swiper-companies:after {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}
.swiper-companies::before {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}
.swiper-companies:after,
.swiper-companies::before {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .swiper-companies:after,
  .swiper-companies::before {
    width: 60px;
  }
	.helping-companies h3{
		font-size: 0.75rem;
	}
}
