.one-two-block {
  position: relative;
}
.one-two {
  position: relative;
  min-height: 500px;
  margin: 0 0 30px;
  padding: 0 0 0 calc(100% - 280px);
}
.one-two-promo__article {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  width: calc(100% - 304px);
  height: 100%;
}
.one-two-promo__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.one-two-promo__info {
  position: relative;
  padding: 20px;
  background: rgba(0, 91, 171, 0.41);
  color: #fff;
}
.one-two-promo__category {
  margin: 0 0 2px;
}
.one-two-promo__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #eeac46;
}
.one-two-promo__title {
  max-width: 650px;
  margin: 0 0 12px;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
}
.one-two-promo__summary {
  margin: 0 0 10px;
}
.one-two-promo__author {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.one-two__article {
  position: relative;
  margin: 0 0 20px;
  padding: 0 15px 10px;
  background: #012342;
  color: #fff;
}
.one-two__cover {
  display: block;
  height: 160px;
  margin: 0 -15px 10px;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.one-two__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #eeac46;
}
.one-two__title {
  margin: 2px 0 6px;
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.one-two__author {
  font-size: 1.4rem;
  line-height: 1.7rem;
}


@media screen and (min-width: 1000px) {
  .one-two__article:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 999px) {
  .one-two {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 0;
    margin: 0 -10px 20px;
    padding: 0;
  }
  .one-two-promo__article {
    position: relative;
    min-height: 500px;
    width: 100%;
    margin: 0 10px 20px;
  }
  .one-two__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-two-promo__article {
    min-height: 400px;
  }
}

@media screen and (max-width: 599px) {
  .one-two {
    display: block;
    margin: 0 -6px 15px;
  }
  .one-two-promo__article {
    width: calc(100% + 28px);
    min-height: 280px;
    margin: 0 -14px 15px;
  }
  .one-two-promo__info {
    padding: 10px 15px;
  }
  .one-two-promo__title {
    margin: 0 0 5px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .one-two-promo__summary {
    display: none;
  }
  .one-two__article {
    margin: 0 6px 10px;
    min-height: 110px;
    padding: 15px 15px 15px 110px;
  }
  .one-two__cover {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .one-two__title {
    margin: 2px 0 5px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
