.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;
  }
  
  }