.btn-primary {
  border: none;
  padding: 16px 56px;
  background-color: #DF4133;
  color: #FFF;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  .btn-primary {
    padding: 16px 48px;
  }
}

.btn-secondary {
  border: none;
  padding: 16px 56px;
  background-color: #DF4133;
  color: #FFF;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  .btn-secondary {
    padding: 16px 48px;
  }
}

.jak-to-funguje .container {
  flex-direction: column;
}
.jak-to-funguje .container .content {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
.jak-to-funguje .container .content p {
  color: #4F4F4F;
}
.jak-to-funguje .container .content .box {
  padding: 40px 0;
  border-bottom: 1px solid #EDEFF2;
}
.jak-to-funguje .container .content .box:nth-child(3) {
  margin-top: 40px;
}
.jak-to-funguje .container .content .box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.jak-to-funguje .container .content .box .row {
  display: flex;
}
@media all and (max-width: 1200px) {
  .jak-to-funguje .container .content .box .row {
    flex-direction: column;
  }
}
.jak-to-funguje .container .content .box .row .col {
  display: flex;
  flex-direction: column;
}
.jak-to-funguje .container .content .box .row .col h2.fs-24 {
  display: flex;
  margin-right: 56px;
  width: 216px;
  font-weight: 500;
}
@media all and (max-width: 1200px) {
  .jak-to-funguje .container .content .box .row .col h2.fs-24 {
    max-width: 280px;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.jak-to-funguje .container .content .box .row .col h2.fs-24:before {
  content: "";
  height: 20px;
  min-width: 20px;
  margin-right: 16px;
  margin-top: 4px;
}
.jak-to-funguje .container .content .box .row .col h2.fs-24.zacatek:before {
  background-image: url("../img/jak-to-funguje/zacatek.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.jak-to-funguje .container .content .box .row .col h2.fs-24.pocitame:before {
  background-image: url("../img/jak-to-funguje/pocitame.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.jak-to-funguje .container .content .box .row .col h2.fs-24.konec:before {
  background-image: url("../img/jak-to-funguje/konec.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.jak-to-funguje .container .content .box .row .col p:nth-child(n+2) {
  margin-top: 32px;
}
.jak-to-funguje .container .content .box .row .info {
  padding: 40px 24px;
  background-color: #F7F8FA;
  margin-top: 64px;
  position: relative;
}
.jak-to-funguje .container .content .box .row .info .tip {
  position: absolute;
  top: -16px;
  right: -16px;
  padding: 12px 24px;
  background-color: #DF4133;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #FFF;
}
.jak-to-funguje .container .content .box .row .info .tip:before {
  content: "";
  height: 20px;
  min-width: 20px;
  margin-right: 12px;
  background-image: url("../img/jak-to-funguje/tip.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .jak-to-funguje .container .content .box .row .info .tip {
    display: none;
  }
}
.jak-to-funguje .container .content .box .row .info h3.fs-16 {
  color: #000;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.jak-to-funguje .container .content .box .row .info h3.fs-16:after {
  content: "";
  margin: 16px 0;
  height: 1px;
  width: 56px;
  background-color: #DF4133;
}
.jak-to-funguje .container .content .box .row .info .txt p:nth-child(n+2) {
  margin-top: 32px;
}