/* Postup */

/* **************************** */
.postup-oba-bloky {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ikona-list {
  fill: var(--color-main);
  position: relative;
  top: 8px;
  left: -3px;
  margin-right: 10px;
}

.faze {
  padding-bottom: 25px;
  margin: 0 0 30px 0;
  border-bottom: 10px solid var(--color-9);
}

.faze h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 170%;
  color: black;
  margin-bottom: 10px;
}

.postup-blok {
  /* flex: 1; */

  /* margin-right: 20px; */
}

@media screen and (min-width: 700px) {
  .offer-blocks {
    margin-bottom: 70px;
  }

  .postup-oba-bloky {
   justify-content: space-between;
 }

  .postup-blok {
    width: 45%;
  }
}

@media screen and (min-width: 1000px) {
  .offer-blocks {
    margin-bottom: 100px;
  }
}
