/*
Theme Name: ТОО Инжиниринговая Компания MetPro
Developer: Abylaikhan Tleukhan
Author URI: https://abylaikhan.freshcode.kz/
*/
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}

/* images */
.img-200 {
  width: 200px;
}

/* header */
.header-logo {
  width: 120px;
}
.img-40 {
  width: 40px;
}
.img-24 {
  width: 24px;
}

h1 {
  font-size: 42px;
}

/* hero */
.hero-img {
  height: 450px;
}

/* contacts */
.map iframe {
  width: 100% !important;
}

/* news */
.posit-img {
  height: 180px;
}
.post-page-img {
  height: 320px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  /* hero */
  .hero-img {
    height: 250px;
  }

  /* news */
  .post-page-img {
    height: 200px;
  }
}
