/* Theme Name: AMB 
 * Theme URI: https://pierwszastronamedalu.pl
 * Description: AMB theme
 * Author: Pierwszastronamedalu.pl
 * Author URI: https://pierwszastronamedalu.pl
 * Template: hello-elementor
 * Version: 1.0.1
 * Text Domain: amb */
.massfooter p {
  padding: 0 !important;
  margin: 0 !important;
}

.gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery .gallery-item {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.gallery .gallery-item .gallery-icon {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .gallery-item .gallery-icon im {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cytat {
  margin: 0 0 20px 0;
  font-size: 18px;
}
.cytat span {
  color: var(--e-global-color-primary);
  font-weight: 900;
  font-size: 22px;
}
.fragment {
  margin: 0 0 60px 0;
  font-size: 18px;
}
.fragment span {
  color: var(--e-global-color-primary);
  font-weight: 900;
  font-size: 22px;
}
.recenzje-wrap {
  text-align: center;
}
.recenzje-wrap > div {
  display: inline-block;
  margin: 0 5px 10px 5px;
}