.element-projects-listing-no-filters {

  }
  
  .element-projects-listing-no-filters  .project-container {
    flex: 1;
    padding: 0px 15px;
    margin-bottom: 50px;
    text-align: left;
  }
  .element-projects-listing-no-filters  .project-container img {
    min-height: 200px;
    object-fit: cover;
  }
  
  .element-projects-listing-no-filters  .project-container h3 {
    font-size: 22px;
    margin: 0px;
  }
  
  .element-projects-listing-no-filters  .project-container p {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
    color: #888888;
  }
  
  .element-projects-listing-no-filters  .description {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #555555;
    margin-bottom: 10px;
  }
  
  
  
  