.prices-insurers {
  margin: -1.2rem 0 3rem;
}

.prices-insurers__title {
  color: #DD2B1C;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.6rem;
  text-transform: uppercase;
}

.prices-insurers__viewport {
  display: flex;
  justify-content: center;
  overflow: visible;
  width: 100%;
}

.prices-insurers__logos {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 2.8rem;
  justify-content: center;
  max-width: 100%;
  transition: transform .35s ease;
  width: max-content;
}

.prices-insurers__logo {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 14rem;
  height: 7.4rem;
  justify-content: center;
  padding: 0;
  text-decoration: none;
}

.prices-insurers__logo img {
  display: block;
  max-height: 5.5rem;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
  .prices-insurers {
    margin: -1rem 0 3.2rem;
  }

  .prices-insurers__title {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
  }

  .prices-insurers__viewport {
    display: block;
    overflow: hidden;
  }

  .prices-insurers__logos {
    gap: 2rem;
    justify-content: flex-start;
    will-change: transform;
  }

  .prices-insurers__logo {
    flex-basis: 13.8rem;
    height: 6.9rem;
  }

  .prices-insurers__logo img {
    max-height: 5.1rem;
  }
}
