.block-bullets{
  display:flex;
  flex-wrap:wrap;
  clear:both;
  margin:4% calc(100% * 1 / 12);
}

.block-bullets .blocky{
  flex: 0 0 45%;
  padding: 26px 10% 10% 5%;
  box-sizing:border-box;
  border:1px solid #005883;
  border-width:0 1px 1px 0;
}
.block-bullets .blocky:nth-child(odd){
  padding: 26px 10% 10% 0;

}

.block-bullets .blocky:nth-child(even){
  border-width:0 0 1px 0;
  flex: 0 0 55%;
  padding-right: 15%;

}
.block-bullets .blocky:last-child,
.block-bullets .blocky:nth-last-child(2){
  border-bottom:0;
}


.wp-admin .block-bullets{
  margin:4% 0;

}


@media screen and (max-width: 1000px) {
  .block-bullets{
    margin: 4% 0;
    flex-direction: column;
  }
  .block-bullets .blocky,
  .block-bullets .blocky:nth-last-child(2){
    border-width:0 0 1px 1px !important;
    padding:20px !important;
  }
  .block-bullets .blocky:nth-last-child(2){
    border-bottom:1px solid;
  }
  .block-bullets .blocky:last-child{
    border-width:0 0 0 1px !important
  }


}
