.new-development-history {
 
  .box{

    box-sizing: border-box;
    padding:0 22px;
    background-color: #c81f1f;
    width: 240px;
  }
  .national-layout {
    margin-top: 30px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .national-layout-left {
      margin-top: 27px;
      .title1 {
        font-weight: bold;
        font-size: 46px;
        color: #ffbd95;
      }
      .title2 {
        font-weight: bold;
        font-size: 16px;
        color: #fefefe;
      }
      p {
        font-weight: 400;
        font-size: 12px;
        color: #fefefe;
      }
    }
    .left-tenter{
      border-top: 1px dashed #FFFFFF;
      border-bottom: 1px dashed #FFFFFF;
      
      padding: 30px 0;
    }
    .left-bottom{
      margin-bottom: 35px;
      h1{
        white-space: nowrap;
        display: flex;
        align-items: baseline;
      }
    }
  }
}
