.historie-podrobny {
  padding-top: 40px;
}

.historie-podrobny .container .historie-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.historie-podrobny .container .historie-header h1 {
  padding: 15px 0;
  font-size: 36px;
}

.historie-podrobny .container .historie-header img {
  padding-left: 10px;
}

.historie-podrobny .container .how-crypto-started, .historie-podrobny .container .first-try, .historie-podrobny .container .btc-real, .historie-podrobny .container .btc-burza, .historie-podrobny .container .button {
  padding: 10px 0;
}

.historie-podrobny .container .how-crypto-started h2, .historie-podrobny .container .first-try h2, .historie-podrobny .container .btc-real h2, .historie-podrobny .container .btc-burza h2, .historie-podrobny .container .button h2 {
  font-size: 23px;
}

.historie-podrobny .container .button {
  padding: 0 0 90px 0;
}

.historie-podrobny .container .button button {
  cursor: pointer;
  border: none;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 20px;
  background-color: white;
  border: 1px solid #FF7120;
}

.historie-podrobny .container .button button a {
  text-decoration: none;
  color: #FF7120;
}

.historie-podrobny .container .button button a:hover {
  color: white;
}

.historie-podrobny .container .button button:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #FF7120;
  color: white;
}

.historie-podrobny .container .text {
  padding: 0 0 40px;
  font-size: 19px;
}

.historie-podrobny .container .text h2 {
  font-size: 23px;
}

.historie-podrobny .container .text ul {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 30px;
}

.historie-podrobny .container .text ul li {
  padding: 4px 0;
}
/*# sourceMappingURL=historie.css.map */