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

html {
  font-size: 62.5%;
  font-family: sans-serif;
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 50%;
  }
}

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

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

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

.basic-text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.triplea {
  position: relative;
}
.triplea__video {
  width: 100%;
  display: block;
}
.triplea__video-small {
  display: none;
}
@media (max-width: 50em) {
  .triplea__video-small {
    display: block;
  }
}
@media (max-width: 50em) {
  .triplea__video-big {
    display: none;
  }
}
.triplea__img > * {
  display: block;
  width: 100%;
}
.triplea__text {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 80%;
  text-align: center;
}

.aidd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 5rem 0;
}
@media (max-width: 50em) {
  .aidd {
    grid-template-columns: 1fr;
  }
}
.aidd__img > * {
  display: block;
  width: 100%;
}
.aidd__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.steam__text {
  width: 80%;
  margin: 5rem auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.steam video {
  width: 100%;
  display: block;
}

.left {
  position: relative;
}
.left__img > * {
  display: block;
  width: 100%;
}
.left__text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5rem;
  width: 40%;
}
@media (max-width: 50em) {
  .left__text {
    position: relative;
    width: 80%;
    top: auto;
    left: auto;
    margin: 5rem auto;
    transform: translate(0, 0);
  }
}

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