.breakingbox_imagepost .content {
  padding: 1.5rem;
}

.breakingbox_imagepost .content .news_item_breakingbox_imagepost_1 .image_container {
  height: 167px;
}

.breakingbox_imagepost .content .news_item_breakingbox_imagepost_1 .image_container picture {
  height: 100%;
}

.breakingbox_imagepost .content .news_item_breakingbox_imagepost_1 .text_part_wrapper {
  height: 114px;
  padding: 1.5rem;
}

.breakingbox_imagepost .content .news_item_breakingbox_imagepost_1 .text_part_wrapper .news_item_tags {
  display: none;
}

.breakingbox_imagepost .link {
  display: none;
}

.breakingbox_imagepost .title h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2.5rem;
  letter-spacing: -0.05em;
  margin-left: 1.3rem;
  color: var(--vertical-hardware-color);
}

.breakingbox_imagepost .columns {
  background-color: #333538;
  padding: 2rem 1.5rem 2rem 1.5rem;
  border-top: 0.5rem solid var(--vertical-hardware-color);
}

.breakingbox_imagepost .columns .column_left .news_item {
  height: 26.1rem;
  margin-bottom: 2rem;
}

.breakingbox_imagepost .columns .column_left .news_item .image_container {
  width: 100%;
}

.breakingbox_imagepost .columns .column_left .news_item .reading-time-icon {
  display: block;
  position: absolute;
  bottom: 3%;
  right: 3%;
}

.breakingbox_imagepost .columns .column_left .news_item .col_container {
  display: block;
  height: 100%;
}

.breakingbox_imagepost .columns .column_left .news_item .col_container .image_container {
  height: 16.6rem;
  position: relative;
}

.breakingbox_imagepost .columns .column_left .news_item .col_container .image_container picture {
  position: unset !important;
}

.breakingbox_imagepost .columns .column_left .news_item .col_container .author {
  display: none;
}

.breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper {
  position: relative;
  height: 9.6rem;
  padding: 1.2rem 3rem 1rem 1.2rem;
}

.breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper .news_item_tags {
  display: none;
}

.breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper .title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper .excerpt {
  display: none;
}

.breakingbox_imagepost .columns .column_left .news_item .shout {
  position: absolute;
  top: 55%;
  display: block;
}

.breakingbox_imagepost .columns .column_left .news_item .news_item_icons {
  display: none;
}

.breakingbox_imagepost .columns .column_right .news_item {
  margin-bottom: 3.9rem;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper {
  width: 22rem;
  background-color: unset;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper .text_part {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 2rem;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper .text_part .news_item_tags {
  display: none;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper .text_part .title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper .text_part .title a {
  color: white;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper .text_part .author {
  -ms-flex-item-align: end;
      align-self: end;
  font-size: 1.3rem;
  color: #D92428;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper .text_part .author .reading-time-icon.secondary {
  display: none;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .image_container {
  height: 8rem;
  width: 12.5rem;
}

.breakingbox_imagepost .columns .column_right .news_item .col_container .image_container picture {
  position: unset !important;
  width: 12.5rem;
}

.breakingbox_imagepost .columns .column_right .news_item .news_item_icons, .breakingbox_imagepost .columns .column_right .news_item .subtitle {
  display: none;
}

.breakingbox_imagepost .columns .column_right .news_item .shout {
  display: none;
}

.breakingbox_imagepost .columns .column_right .news_item .reading-time-icon {
  display: none;
}

.breakingbox_imagepost .columns .column_right .news_item .excerpt {
  display: none;
}

@media only screen and (min-width: 768px) {
  .breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper {
    width: 40rem;
  }
}

@media only screen and (min-width: 992px) {
  .breakingbox_imagepost {
    position: relative;
  }
  .breakingbox_imagepost .link {
    position: absolute;
    top: 2.5%;
    right: 2%;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    text-transform: uppercase;
    background-color: var(--vertical-hardware-color);
    width: 17rem;
    height: 4.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .breakingbox_imagepost .link h3 {
    color: white;
  }
  .breakingbox_imagepost .title h3 {
    font-weight: bold;
    margin-bottom: 3rem;
    font-style: normal;
    font-size: 5.2rem;
    line-height: 2.5rem;
    letter-spacing: -0.05em;
    margin-left: 1.3rem;
    color: var(--vertical-hardware-color);
  }
  .breakingbox_imagepost .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: unset;
  }
  .breakingbox_imagepost .columns .column_left {
    width: 50%;
  }
  .breakingbox_imagepost .columns .column_left .news_item {
    height: 82%;
    margin: 2.5rem 2.8rem 3.2rem 7rem;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container .image_container {
    width: 67rem;
    height: 100%;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper {
    position: absolute;
    bottom: -3.2rem;
    left: -4rem;
    height: 7.8rem;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper .text_part {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper .text_part .author {
    -ms-flex-item-align: end;
        align-self: end;
    display: block;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper .text_part .author .reading-time-icon.secondary {
    display: none;
  }
  .breakingbox_imagepost .columns .column_left .news_item .reading-time-icon {
    bottom: -6%;
    right: 3%;
  }
  .breakingbox_imagepost .columns .column_left .news_item .shout {
    top: auto;
    bottom: 4.6rem;
    left: -4rem;
  }
  .breakingbox_imagepost .columns .column_right {
    width: 50%;
  }
  .breakingbox_imagepost .columns .column_right .news_item {
    margin: 2.5rem 3rem;
  }
  .breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper {
    width: unset;
  }
  .breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper .text_part {
    width: 100%;
  }
}

@media only screen and (min-width: 1300px) {
  .breakingbox_imagepost .columns .column_left {
    width: 77rem;
  }
  .breakingbox_imagepost .columns .column_left .news_item {
    min-height: 71%;
    height: unset;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container {
    position: absolute;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container .image_container {
    height: 95%;
  }
  .breakingbox_imagepost .columns .column_left .news_item .col_container .text_part_wrapper {
    width: 50rem;
    height: 9.8rem;
    bottom: -6.5rem;
  }
  .breakingbox_imagepost .columns .column_left .news_item .reading-time-icon {
    right: 33%;
    bottom: -17%;
  }
  .breakingbox_imagepost .columns .column_left .news_item .shout {
    bottom: 3.3rem;
  }
  .breakingbox_imagepost .columns .column_right {
    width: 49rem;
  }
  .breakingbox_imagepost .columns .column_right .news_item .col_container .text_part_wrapper {
    bottom: -5.5rem;
  }
}
