

/*————————————————————————————————————————————————————————————————————————————————————————————————*/
/* HERO SEKCE - PODSTRANKY                                        															  */
/*————————————————————————————————————————————————————————————————————————————————————————————————*/


/* Hero sekce ————————————————————————————————————————————————————————————————————————————————————*/
.header {
  background: linear-gradient(135deg, #2bbfbd 0%, #25a5a3 50%, #0f766e 100%);
  padding: 60px 0;
  color: white;
}

.header-content {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
  gap: 3rem;
}

.header-text h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.header-text p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.firmy_vypis_text_stred {
  align-items: center !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center;
  flex-direction: row;
}