.item._photo-cover {
  height: 546px;
  position: relative;
  margin-bottom: 48px;
  margin-top: 48px;
}
.item._photo-cover .item__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.item._photo-cover .item__bg .components-button {
  position: relative;
  z-index: 20;
}
.item._photo-cover .item__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0) -35.29%, #1D1D1B 107.92%);
  z-index: 10;
}
.item._photo-cover .item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.item._photo-cover .item__wrap {
  position: absolute;
  left: 71px;
  bottom: 63px;
  max-width: 466px;
  z-index: 20;
}
.item._photo-cover .item__date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #B8B8B8;
  margin-bottom: 8px;
}
.item._photo-cover .item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.item._photo-cover .item__description {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.item._photo-cover .item__link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #00A88E;
  padding-right: 20px;
  background: url('icon_arrow-right-green.svg') no-repeat center right;
}
.item._photo-cover .block-editor-url-input__button .components-button {
  color: #fff;
}