.p-products-intro {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.p-products-intro a {
  color: #006cb7;
  text-decoration: underline;
}
.p-products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
.p-products-item__img {
  margin-bottom: 12px;
}
.p-products-item__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.p-products-item__logo img {
  width: auto;
  height: 20px;
}
.p-products-item__brand {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-products-intro {
    margin-bottom: 40px;
    padding-top: 3px;
    text-align: center;
  }
  .p-products-intro a {
    transition: all 0.5s;
  }
  .p-products-intro a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .p-products-list {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 42px 40px;
  }
  .p-products-item__inner {
    transition: all 0.5s;
  }
  .p-products-item__inner:hover {
    opacity: 0.7;
  }
  .p-products-item__img {
    margin-bottom: 19px;
  }
  .p-products-item__logo img {
    height: 40px;
  }
}
/*# sourceMappingURL=maps/products.css.map */
