.full-header {
  height: 110vh;
  margin-top: -20vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.9);
}

.full-header.full-header--with-video {
  position: relative;
}

.full-header-block-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.full-header-block-cz-content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .full-header {
    height: 105vh;
  }
}
@media screen and (max-width: 1025px) {
  .full-header {
    height: 110vh;
  }
}
.full-header-block-cz-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .full-header-block-cz-content {
    width: 75%;
  }
}
.full-header-block-cz-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  color: white;
}
.full-header-block-cz-text h1 {
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: white !important;
  text-shadow: 0em 0em 0.3em rgba(0, 0, 0, 0.4) !important;
}
.full-header-block-cz-text h1:before {
  border-top: 1px solid white !important;
}
.full-header-block-cz-anchor {
  position: absolute;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.anchor-img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .full-header-block-cz-title {
    font-size: 2.5rem !important;
  }
  .full-header-bloch-text h1 {
    font-size: 1rem !important;
  }
  .full-header-block-cz-text {
    margin-top: 0;
  }
}

/* Block image button */
.block_image_button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.big-card {
  position: relative;
  height: 300px;
  width: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  margin: 0px 10px 10px 10px;
}

@media screen and (max-width: 768px) {
  .block_image_button {
    display: block;
  }
  .big-card {
    height: 200px;
    width: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .big-card:hover {
    transform: scale(1.05);
    transform-origin: center;
    transition: transform ease 0.2s;
  }
}

.big-card-content {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.big-card-link {
  color: white;
  text-decoration: none;
}
.big-card-title {
  color: white;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2rem;
  text-shadow: 0em 0em 0.3em rgba(0, 0, 0, 0.4) !important;
}
