.programme-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  .programme-item{
    width: 30%;
    margin: 0 20px 20px 0;
    box-shadow: 0px 2px 6px 0px rgba(216, 216, 216, 0.4);
    .programme-header{
      text-align: center;
      padding: 6px 0;
      color: #fff;
      font-size: 16px;
      background-color: #2F5596;
    }
    .programme-body{
      font-size: 14px;
      color: #666;
      padding: 10px;
      line-height: 22px;
      box-sizing: border-box;
    }
  }
}
.technology-item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  .technology-content{
    width: 54%;
    .project-name{
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px;
    }
    p{
      width: 70%;
      line-height: 24px;
      margin: 12px 0;
    }
    ul li{
      /* width: 70%; */
      text-align: center;
      padding: 12px;
      margin-bottom: 30px;
      font-size: 16px;
      background-color: #fff;
      box-shadow: 0px 2px 6px 0px rgba(216, 216, 216, 0.4);
    }
    .product-advantages{
      .title{
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 8px 0;
        background-color: #44a8f2;
      }
      .product-advantages-body{
        padding: 10px 20px;
        text-align: center;
        background-color: #fff;

        .subheading{
          font-size: 16px;
          font-weight: 700;
        }
        p{
          width: 100%;
        }
      }
    }
  }
  .technology-img{
    width: 40%;
    img{
      width: 70%;
      object-fit: cover;
    }
    .investigatev-img{
      width: auto;
      height: 90%;
    }
  }
  .property{
    width: 44%;
  }
  .property-img{
    margin-top: 40px;
    img{
      width: 78%;
      margin-left: 20px;
    }
  }
}