.one-four-block {
  position: relative;
}
.one-four {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 calc(100% - 280px);
}
.one-four-promo__article {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 304px);
  height: 100%;
}
.one-four-promo__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.one-four-promo__info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 320px;
  padding: 20px;
  background: rgba(0, 91, 171, 0.41);
  color: #fff;
}
.one-four-promo__category {
  margin: 0 0 2px;
}
.one-four-promo__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #eeac46;
}
.one-four-promo__title {
  max-width: 650px;
  margin: 0 0 12px;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
}
.one-four-promo__summary {
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.one-four-promo__author {
  margin: 10px 0 0;
  font-size: 1.4rem;
}

.one-four__article {
  position: relative;
  min-height: 111px;
  margin: 0 0 10px;
  padding: 0 0 10px 120px;
  border-bottom: 1px solid #e9e2dd;
}
.one-four__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.one-four__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #ed1c24;
}
.one-four__title {
  margin: 2px 0 6px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: bold;
}
.one-four__author {
  font-size: 1.4rem;
  line-height: 1.7rem;
}


@media screen and (min-width: 1000px) {
  .one-four__article:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 999px) {
  .one-four {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
    padding: 0;
  }
  .one-four-promo__article {
    position: relative;
    min-height: 500px;
    width: 100%;
    margin: 0 10px 20px;
  }
  .one-four__article {
    -ms-flex: 1 0 calc(50% - 20px);
    -webkit-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
    margin: 0 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .one-four-promo__article {
    min-height: 400px;
  }
  .one-four-promo__info {
    max-width: 280px;
  }
  .one-four__article {
    padding: 0 0 10px;
  }
  .one-four__cover {
    position: static;
    display: block;
    width: 100%;
    height: 0;
    margin: 0 0 8px;
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 599px) {
  .one-four {
    margin: 0 -6px 10px;
  }
  .one-four-promo__article {
    width: calc(100% + 28px);
    min-height: 280px;
    margin: 0 -14px 15px;
  }
  .one-four-promo__info {
    top: auto;
    bottom: 0;
    right: 0;
    max-width: none;
    height: auto;
    padding: 10px 15px;
  }
  .one-four-promo__title {
    margin: 0;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .one-four-promo__summary {
    display: none;
  }
  .one-four-promo__author {
    margin: 5px 0 0;
  }
  .one-four__article {
    margin: 0 6px 10px;
  }
  .one-four__cover {
    padding-bottom: 75%;
  }
}
