* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: sans-serif;
}

img,
video {
  display: block;
}

.full-img {
  width: 100%;
}

.small-img {
  display: none;
}

@media (max-width: 768px) {
  .small-img {
    display: block;
  }

  .big-img {
    display: none;
  }
}

.primary-heading {
  font-size: 4.2rem;
  font-weight: 600;
}

.secondary-heading {
  font-size: 3.2rem;
  font-weight: 600;
}

.tertiary-heading {
  font-size: 2rem;
}

.basic-text {
  font-size: 1.6rem;
}

iframe {
  aspect-ratio: 16/7;
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  iframe {
    aspect-ratio: 1/1;
  }
}

.hero-text {
  width: 80%;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.hero-grid {
  width: 90%;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

.hero-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.hero-logo {
  height: 5rem;
  width: 5rem;
  background-size: cover;
  padding: 3rem;
}

.hero-logo1 {
  background-image: url("https://garmin.md/wp-content/uploads/2021/03/body-precent1.svg");
}

.hero-logo2 {
  background-image: url("https://garmin.md/wp-content/uploads/2021/03/ANT_Wireless1.svg");
}

.hero-logo3 {
  background-image: url("https://garmin.md/wp-content/uploads/2021/03/Garmin_Connect1.svg");
}

.hero-logo4 {
  background-image: url("https://garmin.md/wp-content/uploads/2021/03/16-users1.svg");
}

.hero-logo5 {
  background-image: url("https://garmin.md/wp-content/uploads/2021/02/Battery_Life.svg");
}

.hero-logo6 {
  background-image: url("https://garmin.md/wp-content/uploads/2021/03/Report1.svg");
}

.accurate-hero {
  position: relative;
}

.accurate-text {
  color: white;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  right: 3rem;
  width: 40%;
  text-align: right;
}

.accurate-text2 {
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  left: 3rem;
  width: 40%;
}

@media (max-width: 768px) {
  .accurate-text,
  .accurate-text2 {
    position: relative;
    transform: translate(-50%, 0);
    color: black;
    width: 80%;
    right: auto;
    text-align: center;
    left: 50%;
    margin: 2rem 0 5rem;
  }
}

.vesi {
  width: 25rem;
}
