.sardinky {
  margin-bottom: 5rem;
}
.sardinky img {
  width: 100%;
}
.sardinky h2 {
  color: #77cdd1;
  font-weight: 100;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.sardinky h3 {
  color: #77cdd1;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 0px;
  font-weight: 100;
}
.sardinky p {
  font-size: 16px;
  margin-top: 0px;
  font-weight: 100;
}
.sardinky p.top {
  color: #666666;
  font-weight: 100;
  text-align: justify;
  text-align-last: center;
}
.sardinky .padded-content.content {
  max-width: 1360px;
  margin: auto;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #77cdd1;
  background-size: auto 45%;
  color: #fff;
  margin-bottom: 4vw;
  padding: 0.5rem 7vw 0.5rem 7vw;
}
@media screen and (min-width: 577px) {
  .hero {
    padding: 3rem 7vw 3rem 7vw;
  }
}
.hero h1 {
  font-size: 8vw;
  margin: 0;
  line-height: 1;
}
.hero h1 small {
  display: block;
  font-size: 3.5vw;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  .hero {
    justify-content: center;
    align-items: center;
  }
  .hero .hero-artwork {
    padding-bottom: 1rem;
  }
  .hero .hero-sardinky {
    margin-right: 1rem;
    width: 15%;
  }
  .hero .hero-sardinky img {
    margin-right: 0.5rem;
  }
  .hero .hero-content {
    width: 70%;
    text-align: left;
  }
}
@media screen and (min-width: 577px) {
  .hero .hero-artwork {
    width: 25%;
    order: 3;
    margin-bottom: -2rem;
    align-self: flex-end;
  }
  .hero .hero-sardinky {
    width: 15%;
  }
  .hero .hero-content {
    width: 60%;
    align-self: center;
    text-align: center;
  }
  .hero h1 {
    font-size: 8vw;
  }
  .hero h1 small {
    font-size: 2vw;
  }
  .sardinky h2 {
    font-size: 35px;
  }
  .sardinky h3 {
    font-size: 25px;
  }
  .sardinky p {
    font-size: 18px;
  }
}
.vyhoda {
  text-align: center;
  color: #666666;
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 80px;
  margin-top: 50px;
}
.vyhoda h3 {
  margin: 5px 0 5px 0;
  color: #77cdd1;
}
.vyhoda img {
  max-height: 50px;
  width: auto;
}

.questions h3 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 0px;
  color: black;
  font-weight: bold;
}
.questions .question-item {
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 900px;
}
.questions .question-item .question {
  color: #76ccd1;
  cursor: pointer;
}
.questions .question-item .question:hover {
  text-decoration: underline;
}
.questions .question-item .answer {
  height: 0px;
  opacity: 0;
  font-size: 14px;
  overflow: hidden;
}
.questions .question-item .sign.minus {
  display: none;
}
.questions .question-item.open .sign.minus {
  display: inline;
}
.questions .question-item.open .sign.plus {
  display: none;
}
