.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sluzby .sluzby__title {
  text-align: center;
  margin-bottom: 2em;
  font-style: italic;
}
.sluzby .sluzby__title h2 {
  font-weight: 400;
}
.sluzby .sluzby__content {
  width: 96%;
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 1em;
  text-align: center;
}
.sluzby .sluzby__item {
  margin-bottom: 2em;
  position: relative;
  -webkit-flex: 0 1 21rem;
  -moz-flex: 0 1 21rem;
  -ms-flex: 0 1 21rem;
  flex: 0 1 21rem;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.sluzby .sluzby__item.has-link {
  padding-bottom: 3em;
}
.sluzby .sluzby__image {
  margin-bottom: 2em;
  -webkit-flex: 0 0 15rem;
  -moz-flex: 0 0 15rem;
  -ms-flex: 0 0 15rem;
  flex: 0 0 15rem;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.sluzby .sluzby__image .gallery-image {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  display: block;
  margin: auto;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.sluzby .sluzby__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  max-width: 96%;
  text-transform: uppercase;
  -webkit-flex: 0 0 1em;
  -moz-flex: 0 0 1em;
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.sluzby .sluzby__text {
  font-size: 18px;
  max-width: 90%;
  margin-bottom: 0.75em;
  margin-left: auto;
  margin-right: auto;
}
.sluzby__link {
  text-align: center;
}
.sluzby__link a {
  padding: 15px 20px;
  color: white;
  background: #4193cb;
  border-radius: 2px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.sluzby__odkaz {
  position: absolute;
  bottom: 0;
  -webkit-align-self: center;
  align-self: center;
}
.sluzby__odkaz a {
  padding: 15px 20px;
  color: white;
  background: #4193cb;
  border-radius: 2px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/*# sourceMappingURL=sluzby.css.map */