* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: nunito-regular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}
.header-main__logo>img {
    max-width: 260px;
}
.hero article p {
    text-align: left;
}
.logo-slider {
    padding: 15px 0;
}
footer h2 {
    text-align: left;
}
footer.footer {
    background: #fafafa;
}
section.logos-carousel.bg-blue-secondary {
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.footer-logo {
    max-width: 250px;
}