body {
  height: 130px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px;
  font-family: 'Open sans';
}
body a {
  text-decoration: none;
}
.novorocna-pasik {
  height: 110px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  font-weight: 800;
}
.novorocna-pasik-image {
  flex-shrink: 0;
}
.novorocna-pasik-image img {
  margin-right: 40px;
  height: 110px;
}
.novorocna-pasik-text {
  flex: 1;
}
.novorocna-pasik h4 {
  font-family: 'open sans';
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  width: 100%;
  clear: both;
  color: #987a32;
  margin-bottom: 5px;
}
.novorocna-pasik p {
  margin: 0px;
  margin-bottom: 3px;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 14px;
}
.novorocna-pasik i {
  color: #987a32;
  font-style: normal;
  text-decoration: underline;
}
.novorocna-pasik-logo {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  padding: 0px;
}
.novorocna-pasik-logo img {
  position: relative;
  height: 130px;
}
.container {
  padding: 0px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .novorocna-pasik-image img {
    height: 80px;
    margin-right: 20px;
  }
  .novorocna-pasik h4 {
    font-size: 16px;
  }
  .novorocna-pasik p {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .novorocna-pasik-image img {
    height: 85px;
  }
  .novorocna-pasik h4 {
    font-size: 18px;
    color: black;
  }
  .novorocna-pasik p {
    display: none;
  }
  .novorocna-pasik i {
    font-size: 14px;
  }
}
/*# sourceMappingURL=printPromo-pasik.css.map */