@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

body {
  font-family: 'Inter', 'sans-serif';
  background: #FFF;
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
  color: #282828;
  margin: 0;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 64px;
  line-height: 74px;
  font-weight: bold;
  margin-block-start: 20px;
  margin-block-end: 20px;
}

h3 {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  margin-block-start: 20px;
  margin-block-end: 20px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-block-start: 30px;
  margin-block-end: 30px;
}

h5 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  color: #757575;
  margin: 0;
}

p {
  margin: 0;
}

.box {
  margin-bottom: 100px;
}

.description {
  margin: 30px 0;
}

.description2 {
  margin: 10px 0;
}

.compatible {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.products {
  text-align: center;
}

.products p {
  font-weight: 700;
  margin: 0 0 10px 0;
}

.products img {
  margin-bottom: 10px;
}

header {
  background: #000;
  height: 100px;
  padding: 35px;
  margin-bottom: 100px;
  text-align: center;
}

header img,
footer img {
  height: 30px;
}

footer {
  background: #000;
  padding: 100px;
  text-align: center;
  margin-top: 120px;
  color: #757575;
  font-weight: 700;
  font-size: 14px;
}

footer a {
  color: #757575;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

footer img {
  margin-bottom: 30px;
}

.products {
  text-align: center;
  margin-top: 100px;
}

img {
  max-width: 100%;
}
