/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-clients .container h1, .section-clients .container h2, .section-clients .container h3 {
  margin: 0; }

.section-clients .clients {
  padding: 2em 0;
  border-top: 1px solid var(--gray-blue);
  border-bottom: 1px solid var(--gray-blue); }
  @media (min-width: 981px) {
    .section-clients .clients .tns-ovh {
      padding: 0 90px; } }
  .section-clients .clients .tns-ovh .clients-slider {
    display: flex;
    align-items: center; }
  .section-clients .clients .tns-ovh .client img {
    max-height: 50px;
    width: auto;
    display: block;
    margin: 0 auto; }

/*# sourceMappingURL=clients.css.map */
