@charset "UTF-8";
.vc_owocni_contents {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 100px auto;
}
@media (max-width: 900px) {
  .vc_owocni_contents {
    flex-direction: column;
    max-width: 450px;
    margin-top: 450px;
    padding: 20px;
    align-items: center;
    margin-bottom: 10vw;
  }
}
.vc_owocni_contents .rightBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.vc_owocni_contents .rightBox .author {
  margin-top: 15px;
  background: #f7f7f7;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15), 0 0 0 #ffffff, 2px 2px 2px #ffffff inset, -2px -2px 2px #c7c7c7 inset;
  border-radius: 200px;
  position: relative;
}
.vc_owocni_contents .rightBox .author img {
  position: absolute;
  left: 20px;
  bottom: 0px;
}
.vc_owocni_contents .rightBox .author p {
  font-weight: 100;
  font-size: 20px;
  color: #252525;
  padding: 10px 30px !important;
}
@media (max-width: 450px) {
  .vc_owocni_contents .rightBox .author p {
    font-size: 4vw;
  }
}
.vc_owocni_contents .rightBox .imgWrapper {
  height: 100%;
}
@media (max-width: 900px) {
  .vc_owocni_contents .rightBox .bigImg {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
  }
}
.vc_owocni_contents .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.vc_owocni_contents .text h2 {
  line-height: 1;
  font-size: 90px;
  font-weight: 100;
  padding-bottom: 30px;
  color: #2c1a0e;
}
@media (max-width: 460px) {
  .vc_owocni_contents .text h2 {
    font-size: 18vw;
  }
}
.vc_owocni_contents .text ul {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  gap: 25px;
}
.vc_owocni_contents .text ul li {
  font-weight: 300;
  font-size: 20px;
  position: relative;
  list-style: none;
  margin-left: 20px;
  color: #d21e00;
}
.vc_owocni_contents .text ul li:before {
  position: absolute;
  left: -20px;
  top: -8px;
  content: "• ";
  font-size: 35px;
  color: #fff;
}
@media (max-width: 460px) {
  .vc_owocni_contents .text ul li {
    font-size: 4vw;
  }
}
.vc_owocni_contents .text ul li a {
  text-decoration: none;
  color: #d21e00;
}
.vc_owocni_contents .text ul li a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=contents.css.map */
