
.container-fluid.p-0{
    padding: 120px 0 125px;
    display: flex;
    justify-content: center;
    background-color: #F4F4F4;
  }
  .container-fluid.p-0{
    padding: 120px 0 125px;
    display: flex;
    justify-content: center;
    background-color: #F4F4F4;
  }
  .row-box{
    display: flex;
    justify-content: space-between;
    padding:20px 20px 20px 100px;
    box-sizing: border-box;
    align-items: center;
  
  }
  .row-left{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    width: 60%;
  }
  .row-left-title{
    line-height: 54px;
    font-size: 38px;
    font-weight: bolder;
    margin-bottom: 40px;
  }
  .row-left-text{
  
    color: #666666;
    margin-top: 28px;
      line-height: 30px;
      font-size: 16px;
  }
  .row-right{
    width: 35%;
    height:508px;
    &:img{
     
      height:508px;
    }
  }

  /* .container-fluid .row{
    min-width: 1200px;
    max-width: 1540px;
    display: flex;
  }
  .p-0-right{
    padding: 0 12px 0 100px;
  }
  .p-0-right .p-0-title1{
    line-height: 54px;
    font-size: 38px;
    font-weight: bolder;
  }
  .p-0-right .p-0-title2{
    font-size: 28px;
    font-weight: bold;
  }
  .p-0-right .p-0-title3{
    margin-top: 28px;
    line-height: 30px;
    font-size: 16px;
  }
  .p-0-right .p-0-title4{
    margin-top: 30px;
     width: 100%;
  } */