.traceability-col-2{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}

@media only screen and (min-width: 768px) {
  .traceability-col-2 > *{
    width: calc((100% - 36px) / 2);
    margin-right: 36px;
  }
  .traceability-col-2 > *:nth-of-type(2n+2){
    margin-right: 0;
  }
  .traceability-col-2 > *:nth-of-type(n+3){
    margin-top: 2em;
  }
  .traceability-block .box-bd-red .bt-style{
    width: 100%;
    max-width: 674px;
  }
}

@media only screen and (max-width:767.98px) {
  .mod_s_mt0-sp {
    margin-top: 0 !important;
  }
  .mod_s_mb0-sp {
    margin-bottom: 0 !important;
  }
}