section.two-and-one__block.row {
  display: flex;
  padding: 1vw 0 0;
  z-index: 1000;
  background-color: #fff;
}
body.dark section.two-and-one__block.row {
  background-color: #3a3a3a;
}
.two-and-one__block--lead a,
.two-and-one__block--lead a:visited {
  text-decoration: underline;
  color: #000000;
}
body.dark .two-and-one__block--lead a:visited {
  color: #fff;
}
.two-and-one__block--figure {
  display: none;
}

.two-and-one__block--title {
  font-size: 1.75em;
  font-weight: 700;
  line-height: inherit;
}
.article.two-and-one__block__element:nth-child(1),
.article.two-and-one__block__element:nth-child(2) .two-and-one__block--lead {
  padding-right: 10px;
}
.article.two-and-one__block__element:nth-child(1),
.article.two-and-one__block__element:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 33.33%;
  position: relative;
  border-bottom: 5px solid #157efc;
}

.article.two-and-one__block__element:nth-child(2)
  .two-and-one__block--text-holder {
  padding: 0 20px 0 0;
  order: 1;
}
.article.two-and-one__block__element:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 5px solid #157efc;
  z-index: 1000;
  width: 33.33%;
}

.article.two-and-one__block__element:nth-child(3) .two-and-one__block--title {
  font-size: 1.75em;
  line-height: 34px;
  font-weight: 700;
}

.two-and-one__block--text-holder {
  display: flex;
  flex-direction: column;
  order: 1;
  padding: 0 20px 0 0;
}

.two-and-one__block--title {
  display: block;
  order: 1;
  font-weight: 700;
  white-space: pre-line;
}

.two-and-one__block--link h2 {
  padding-bottom: 10px;
  position: relative;
  font-size: 1.75em;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
}

.two-and-one__block--lead,
.two-and-one__block--lead p {
  font-size: 0.95em;
  display: block;
  order: 2;
  padding: 0 0 14px 0;
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto";
  color: #000000;
}

.two-and-one__block__tags {
  order: 3;
  padding-bottom: 1vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.two-and-one__block__tag-link:not(:nth-of-type(1)) {
  padding: 0 10px;
}

.two-and-one__block__tag-link {
  background-color: #157efc;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "DIN Pro";
}

.two-and-one__block__tag-link:not(:last-child),
.two-and-one__block__tag-link,
.two-and-one__block__tag-link:not(:nth-of-type(1)) {
  margin-right: 5px;
  background-color: #157efc;
  color: #fff;
  padding: 2px 5px;
}

@media screen and (max-width: 1000px) {
  .dragbox.two-and-one__block {
    margin: 2vh 0;
  }
  .two-and-one__block__tags {
    order: 0;
  }
  .two-and-one__block__tag-link:not(:last-child),
  .two-and-one__block__tag-link {
    border-right: unset;
    background-color: #157efc;
    color: #fff;
    padding: 2px 5px;
    margin-right: 10px;
  }
  section.two-and-one__block.row {
    flex-direction: column;
    /* padding: 0 2vw; */
    /* margin: 0 10px; */
    border-top: 5px solid #157efc;
    border-bottom: 5px solid #157efc;
  }

  .article.two-and-one__block__element:nth-child(1),
  .article.two-and-one__block__element:nth-child(2) {
    border-bottom: 1px solid #157efc;
    /* border-bottom: 1px solid #eee; */
    padding: 1vh 0;
    border-right: 0;
  }

  .article.two-and-one__block__element:nth-child(3) {
    border-bottom: 0;
    padding: 1vh 0;
    flex-basis: auto;
    max-width: 100vw;
    width: 100%;
  }
  .two-and-one__block--title {
    min-height: unset;
  }
  h2.two-and-one__block--title {
    padding-bottom: 10px;
    position: relative;
    font-size: 1.75em;
    line-height: 32px;
    color: #000000;
    font-weight: bold;
  }

  .article.two-and-one__block__element:nth-child(3) .two-and-one__block--title {
    padding-bottom: 10px;
    position: relative;
    font-size: 1.75em;
    line-height: 32px;
    color: #000000;
    font-weight: bold;
  }
  .two-and-one__block--text-holder {
    padding: 0;
  }
  .two-and-one__block--lead {
    padding: 0 0 20px 0;
    font-size: 0.95em;
    line-height: 1.5rem;
  }

  .two-and-one__block__tag-link {
    line-height: 21px;
    font-size: 12px;
  }
  .article.two-and-one__block__element:nth-child(1):after,
  .article.two-and-one__block__element:nth-child(2):after {
    content: unset;
  }
  .article.two-and-one__block__element:nth-child(1),
  .article.two-and-one__block__element:nth-child(2) {
    flex-basis: auto;
    width: 100%;
  }
  section.two-and-one__block.row {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1980px) {
  /* .article.two-and-one__block__element:nth-child(1),
  .article.two-and-one__block__element:nth-child(2) {
    flex-basis: 38.4vw;
  } */
  .two-and-one__block--lead {
    font-size: inherit;
  }
  .two-and-one__block__tag-link {
    font-size: inherit;
  }
}
