* {
  font-family: "Roboto Slab", serif;
}

.u-section-1 .u-sheet-1 {
  min-height: 61u-s9px;
}

.u-section-1 .u-text-1 {
  width: 570px;
  font-weight: 700;
  margin: 60px auto 0;
}
.image-container {
  z-index: -1;
  background-image: url("obrazky/procedura.jpg"); /* The image used - important! */
  background-size: cover;
  position: relative; /* Needed to position the cutout text in the middle of the image */
  height: 300px; /* Some height */
  top: -60px;
}
section {
  z-index: -1;
}

.text {
  z-index: -1;
  background-color: white;
  color: black;
  font-size: 80px; /* Responsive font size */
  font-weight: bold;
  margin: 0 auto; /* Center the text container */
  padding: 10px;
  width: 50%;
  text-align: center; /* Center text */
  position: absolute; /* Position text */
  top: 50%; /* Position text in the middle */
  left: 50%; /* Position text in the middle */
  transform: translate(-50%, -50%); /* Position text in the middle */
  mix-blend-mode: screen; /* This makes the cutout text possible */
}
@media (max-width: 575px) {
  .text {
    font-size: 30px;
  }
}
ul {
  list-style: circle;
}
.u-section-1 .u-layout-wrap-1 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 400px;
  background-image: none;
}

.u-section-1 .u-container-layout-1 {
  background-color: rgb(36, 66, 36);

  padding: 30px;
}

.u-section-1 .u-text-2 {
  color: goldenrod;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
}

ul {
  font-size: 20px;
  list-style-type: circle;
  color: black;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 400px;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px;
}

.u-section-1 .u-text-3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto;
}

.u-section-1 .u-text-4 {
  font-weight: 400;
  margin: 20px 0 0;
}

.u-section-1 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 30px auto 0;
}

.u-section-1 .u-image-1 {
  min-height: 400px;
  background-image: url("obrazky/liftingf.JPG");
  background-position: 50% 50%;
}

.u-section-1 .u-container-layout-3 {
  padding: 30px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 648px;
  }

  .u-section-1 .u-text-1 {
    width: 470px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 330px;
  }

  .u-section-1 .u-text-2 {
    font-size: 3rem;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 330px;
  }

  .u-section-1 .u-image-1 {
    min-height: 330px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 418px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-text-2 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-1 .u-image-1 {
    min-height: 253px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 518px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-2 {
    font-size: 3rem;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-1 {
    min-height: 569px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    width: 340px;
  }

  .u-section-1 .u-text-2 {
    top: -30px;
    font-size: 15px;
  }

  .u-section-1 .u-image-1 {
    min-height: 358px;
  }
}

.column {
  z-index: -1;
  float: left;
  width: 33%;
  background: none;
  padding: 0 40px;
}
.wb3 {
  text-align: justify;
}
/* Remove extra left and right margins, due to padding */
.row {
  display: block;
}

/* Clear floats after the columns */
.row:after {
  content: "";

  display: table;
  clear: both;
}

.fr {
  z-index: 9;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
  padding: 16px;
  margin-bottom: 55px;
  text-align: center;
  background-color: white;
  height: 250px;
}

.button {
  border-radius: 10px;
  border-color: brown;
  border: 15px;
  color: black;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  clear: both;
}
@media (max-width: 800px) {
  .fr {
    z-index: 9;
  }
  .column {
    z-index: 0;
    left: 30px;
    display: block;
    position: relative;
    width: auto;

    margin-bottom: 20px;
  }

  h2 {
    text-align: center;
  }

  .row {
    height: auto;
    left: 0px;
    position: relative;
  }
}
