.pancake-swap-podrobne {
  padding-top: 40px;
}

.pancake-swap-podrobne .container
.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;
}

.pancake-swap-podrobne .container
.header h1 {
  padding: 15px 0;
  font-size: 36px;
}

.pancake-swap-podrobne .container
.header img {
  padding-left: 10px;
}

.pancake-swap-podrobne .co-je-pancakeswap, .pancake-swap-podrobne .how-pancake-works, .pancake-swap-podrobne .vyhody, .pancake-swap-podrobne .nevyhody, .pancake-swap-podrobne .button {
  padding: 10px 0;
}

.pancake-swap-podrobne .co-je-pancakeswap h2, .pancake-swap-podrobne .how-pancake-works h2, .pancake-swap-podrobne .vyhody h2, .pancake-swap-podrobne .nevyhody h2, .pancake-swap-podrobne .button h2 {
  font-size: 23px;
}

.pancake-swap-podrobne .text {
  padding: 0 0 40px;
  font-size: 19px;
}

.pancake-swap-podrobne .text h2 {
  font-size: 23px;
}

.pancake-swap-podrobne .text ul {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 30px;
}

.pancake-swap-podrobne .text ul li {
  padding: 4px 0;
}

.pancake-swap-podrobne .text p {
  padding: 7px 0;
}

.pancake-swap-podrobne .button {
  padding: 0 0 90px 0;
}

.pancake-swap-podrobne .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;
}

.pancake-swap-podrobne .button button a {
  text-decoration: none;
  color: #FF7120;
}

.pancake-swap-podrobne .button button a:hover {
  color: white;
}

.pancake-swap-podrobne .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;
}
/*# sourceMappingURL=pancakeswap.css.map */