.hero-project-mobile, .energy-solution-mobile-project, .project-talk-mobile{
    display: none;
}
.icon-4 {
    width: 10%;
    height: 65%
  }
.hero-section-project{
    margin-top: 7%;
}

.box-project-banner{
    width: 43%;
}
.box-project-banner-2{
    overflow: hidden;
    width: 50%;
    margin-top: -5%;
    padding: 0 0 5%;
}

.project-banner{
    display: flex;
    justify-content: space-between;
}

.box-project-img{
    width: 100%;
}

.box-project-banner h2{
    margin: 6% 0 8%;
    line-height: 1.1;
}

.project-data {
    margin: 7.5% 0 15% 11%;
    display: grid;
    grid-template-columns: repeat(3, 27%);
    justify-content: center;
    align-items: center;
  }

  .project-energy{
    margin: 8% 0 -0.5%;
    padding: 8% 0;
    background-color: #283948;
}
.energy-solution-section-project {
    margin-top: 4%;
    overflow: hidden;
}

.project-talk{
    margin: 8% 0 14%;
    background-color: #283948;
}
.text-project {
    margin-top: 7%;
    margin-bottom: 17%;
    width: 86%;
  }

    .box-project-black-img {
    margin-left: 0;
    width: 100%;
  }
@media(min-width: 360px) and (max-width: 640px){

    .title-border-right,.project-talk, .hero-project, .energy-solution-section-project{
        display: none;
    }
    .project-banner{
        flex-direction: column-reverse;
    }
    .industries-section{
        flex-direction: column;
    }

    .box-project-banner, .box-project-banner-2{
        width: 100%;
    }

    .box-project-banner-2{
        margin-bottom: -3%;
    }

    .hero-project-mobile{
        margin-top: 7%;
        display: block;
      }

    .project-data{
    margin: 22% 0 23% 13%;
    margin-left: 13%;
    margin-left: 13%;
    margin-left: 5%;
    grid-template-columns: repeat(2, 40%);
    gap: 30px;
  }
      .project-energy {
        margin: 25% 0 -5.5%;;
        padding: 4% 0 7%;
      }

    .swiper-pagination-project{
        margin-top: 3%;
    }
    .box-project-banner h2 {
        margin: 2% 0 5%;
        line-height: 1.4;
      }

      .custom-nav-project{
        z-index: 10000;
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: -5.5%;
        right: -33.5%;
        bottom: 54.5%;
        width: 111%;
      }
      
      .custom-nav-project button {
        background: none;
        border: none;
        cursor: pointer;
        width: 40%;
      }
  .custom-nav-project button img{
        width: 24%;
      }

      .energy-solution-mobile-project {
        margin-bottom: 13.8%;
        display: block;
        overflow: hidden;
        position: relative;
      }
      .project-talk-mobile{
        background-color: #283948;
        display: block;
      }
      .icon-4 {
        width: 12%;
        height: 40%;
        margin-top: 1%;
      }
      .text-project {
        margin-top: 7%;
        margin-bottom: 0%;
        width: 100%;
      }
      .box-project-img {
        margin-top: 0%;
      }
      .box-project-black-img{
          margin-top: 0;
      }
}