.telemosts {
  min-height: 100dvh;
  background: url("assets/img/bg_program.png") center/100% 100% no-repeat;
}
.telemosts .h1 {
  padding: 1rem 10rem 1rem 2rem;
  background-color: #15499B;
}
.telemosts .btn-about {
  min-width: 300px;
}
.telemosts__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.telemosts__item {
  padding: 1.6rem;
  border-radius: 12px;
  box-shadow: 0 2px 4px 2px rgba(35, 35, 35, 0.4);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.75);
}
.telemosts__info {
  background-color: #ED4700;
  padding: 0.8rem;
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 10px;
  }
}

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