.public-head {
  margin-bottom: 40px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 700px) {

  .public-head {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1440px) {

  .public-head {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.public-heading {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.public-heading .public-title {
  margin-bottom: 0.25rem;
  font-size: 1.375rem;
  font-weight: 500;
}

@media (min-width: 700px) {

  .public-heading .public-title {
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

.public-heading .public-descipt {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.kv-img {
  background-image: var(--mb-kv);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 375 / 217;
  width: 100%;
}

@media (min-width: 700px) {

.kv-img {
    aspect-ratio: 557 / 105;
    background-image: var(--dt-kv)
}
  }

/*# sourceMappingURL=public-head.css.map */
