.hero-image{
  transform: scale(1)
  }
  .breadcrums {
      position: absolute;}
  .articles-section{
  margin-top:0px
  }
  
  .btn-primary {
      text-align: center;
      background: var(--gradient-btn-primary);
      box-shadow: 0 10px 30px rgba(255, 122, 0, .45);
  }
  .btn-secondary {
      background: var(--gradient-btn-secondary);
      border: 2px solid rgba(255, 255, 255, 0.5);
  }
  
  .project-card {
      min-width: 400px;}
  .clients-sec .btn-clients {
      max-width: 350px;
  margin-bottom:80px;
  }
  @media (max-width:720px) {
  .project-card {
      min-width: 310px;}
  .price-section h2, .services-section h2{
  font-size: 28px;
  margin-bottom:10px
  }
  
  
  .clients-sec .btn-clients {
  max-width: 310px;
  font-size:14px;
  }
  
  }


  .project-name-desc-bg{
    background: linear-gradient(135deg, #003A6B 0%, #1A4E8A 50%, #2563A6 100%);
    color: white;
    padding: 20px 24px;
    text-align: center;
    font-weight: 800;
    line-height: 1.3;
    z-index: 2;
    height: 100%;
  }


  .project-name-desc-bg h3{

font-size: 22px;

  }

  .project-name-desc-bg .project-desc{
    padding-top: 10px;
    font-size: 16px;
    opacity: 0.95;
  }


  .project-image-wrapper-prod{
    flex: none;
    height: 240px;
  }


  .project-card {

    margin-bottom: 0px;
  } 

  .btn-details {

    right: -220px;}


  .projects-section  .btn-clients {

      margin: 90px auto 0px;
      font-size: 24px;
      max-width: 450px;
      text-align: center;
      padding: 26px 56px;
  }

  .pluses-first-img{
border-radius: 15px;

  }

  @media (max-width:720px) {
  .projects-section  .btn-clients {

    margin: 70px auto -20px;
    font-size: 14px;
    max-width: 310px;
}}