.p28449_post-preview.p28449_container__head {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 96px;
}

.p28449_heading__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 352px;
}

.p28449_heading__text {
  background-color: var(--selectBackgroundColor, #FFC845);
  padding: 24px 16px;
}

.p28449_post-preview__button {
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  padding: 12px 24px 10px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.3px;
  color: var(--mainTextColor, #333332);
  text-decoration: none;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--yellow-dark);
  -webkit-box-shadow: 0 0 0 1px var(--yellow-dark);
  box-shadow: 0 0 0 1px var(--yellow-dark);
}

.p28449_crookedLabel {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 2;
  font-size: .9375rem;
  font-weight: 500;
  height: 34px;
  padding: 5px 13px;
  background-color: var(--yellow-light);
  color: #4e3700;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 2px;
  border-radius: 30px;
  white-space: nowrap;
  text-shadow: none;
  text-decoration: none;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}


@media (min-width: 768px) {

  .p28449_heading__text {
    padding: 26px 24px 32px 24px;
  }

  .p28449_post-preview__button {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .p28449_post-preview.p28449_container__head {
    flex-direction: row;
    margin-bottom: 16px;
  }

  .p28449_heading__text {
    order: 1;
    width: 420px;
    padding: 40px 24px 24px;
  }

  .p28449_heading__image {
    order: 2;
    width: calc(100% - 420px);
  }

  .p28449_post-preview__button {
    width: fit-content;
  }

  .p28449_heading__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .p28449_post-preview__button {
    -webkit-transition: all .25s ease-in-out, text-indent 0s;
    -o-transition: all .25s ease-in-out, text-indent 0s;
    transition: all .25s ease-in-out, text-indent 0s;
  }

  .p28449_post-preview__button:hover {
    background: var(--yellow);
    -webkit-box-shadow: 0 0 0 1px var(--yellow);
    box-shadow: 0 0 0 1px var(--yellow);
    text-shadow: 0 0 0;
    text-decoration-color: inherit;
  }
}

@media (min-width: 1440px) {
  .p28449_heading__text {
    width: 520px;
  }
}

@media (min-width: 1920px) {
  .p28449_heading__text {
    width: 600px;
  }
}