.item._photo-left {
  display: flex;
  padding: 32px;
  background: #F6FBFD;
  margin-top: 48px;
  margin-bottom: 48px;
}
.item._photo-left .item__photo {
  width: 50%;
}
.item._photo-left .item__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.item._photo-left .item__wrap {
  width: 50%;
  padding-left: 32px;
}
.item._photo-left .item__date {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666666;
}
.item._photo-left .item__title {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #1D1D1B;
}
.item._photo-left .item__description {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 16px;
}
.item._photo-left .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-left .block-editor-url-input__button .components-button {
  color: #fff;
}