main > div.elementor[data-elementor-type="section"] {
  margin-bottom: 3rem;
}

.lpa-description {
  line-height: 1.4;
}

.lpa-filters {
  display:flex;
  grid-gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.lpa-filters button {
  font-size: 0.75rem;
  border: solid 0.5px #000;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  background: none;
  background-color: #fff;
  color:#000;
  font-weight:500;
}

.lpa-filters button.active {
  background-color: #000;
  color:#fff;
}

.grid.products {
  grid-template-columns: 1fr 1fr;
}

.grid.lpa-connections img,
.grid.products img {
  max-width: 100%;
}

.grid.lpa-connections {
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 3rem;
}

.grid.lpa-connections article {
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
  padding: 1rem;
}

.grid.lpa-connections article .image {
  height: 200px;
  text-align: center;
  margin-bottom: 1rem;
}

.grid.lpa-connections article .image img {
  max-height: 200px;
}

.grid.lpa-connections article a {
  color:#000;
}

@media screen and (min-width: 40rem) {

  main > div.elementor[data-elementor-type="section"] {
    margin-bottom: 5rem;
  }

  .lpa-filters {
    margin-bottom: 2rem;
  }

  .lpa-filters button {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }

  .lpa-filters button:hover {
    cursor: pointer;
  }

  .lpa-filters button:not(.active):hover {
    background-color: #D1D3D4;
    color:#000
  }

  .grid.products {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid.lpa-connections {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    margin-bottom: 6rem;
  }

  .grid.lpa-connections article {
    padding: 2rem;
  }

  .grid.lpa-connections article .image {
    margin-bottom: 2rem;
  }

}