@font-face {
  font-family: Inter-Thin;
  src: url("../fonts/Inter-Thin.ttf");
}
@font-face {
  font-family: Inter-ExtraLight;
  src: url("../fonts/Inter-ExtraLight.ttf");
}
@font-face {
  font-family: Inter-Light;
  src: url("../fonts/Inter-Light.ttf");
}
@font-face {
  font-family: Inter-Regular;
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: Inter-Medium;
  src: url("../fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: Inter-SemiBold;
  src: url("../fonts/Inter-SemiBold.ttf");
}
.tamogatas-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tamogatas-video iframe {
  width: 45vw;
  aspect-ratio: 16/9;
}

.tamogatas-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  max-width: 75vw;
}
.tamogatas-text ul {
  padding-left: 2rem;
}

@media screen and (max-width: 1526px) {
  .tamogatas-text {
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
  .tamogatas-video {
    flex-direction: row;
  }
  .tamogatas-video iframe {
    width: 75vw;
  }
}
@media screen and (max-width: 720px) {
  .tamogatas-text {
    max-width: 100%;
  }
  .tamogatas-video iframe {
    width: 90vw;
  }
}/*# sourceMappingURL=tamogatas.css.map */