.project-wrap-layout1 {
    padding: 70px 0px 0px 0px;
  }
  @media only screen and (max-width: 1439px) {
    .project-wrap-layout1 {
      padding: 0px;
    }
  }
  .project-wrap-layout1 .section-subtitle {
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    position: relative;
    margin-bottom: 10px;
  }
  .project-wrap-layout1 .section-subtitle:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #8d53529e;
    position: absolute;
    bottom: 12px;
    left: 314px;
    border-radius: 10px;
    border: none;
  }
  .project-wrap-layout1 .section-subtitle:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #8d5352;
    position: absolute;
    bottom: 12px;
    left: 333px;
    border-radius: 10px;
    border: none;
  }
  .project-wrap-layout1 .section-subtitle-sm:before {
    left: 82px;
  }
  .project-wrap-layout1 .section-subtitle-sm:after {
    left: 103px;
  }

  
  .project-box1 {
    margin-bottom: 38px;
  }

  
  @media only screen and (max-width: 991px) {
    .project-box1 {
      margin-bottom: 15px;
    }
  }
  .project-box1 .section-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 12px;
  }
  @media only screen and (max-width: 1199px) {
    .project-box1 .section-title {
      font-size: 30px;
      padding-right: 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .project-box1 .section-title {
      font-size: 24px;
      line-height: 30px;
    }
  }