:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

.experience-staticTilesItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 768.98px) {
  .experience-staticTilesItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
}
.experience-staticTilesItems .experience-assets-staticTile {
  padding: 0 15px;
}
@media (max-width: 768.98px) {
  .experience-staticTilesItems .experience-assets-staticTile {
    padding: 10px 15px;
  }
}

.static-tile .static-tile__image img {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 768.98px) {
  .static-tile .static-tile__image img {
    max-width: 70px;
    max-height: 70x;
  }
}
.static-tile .static-tile__content {
  padding: 25px 0 0;
}
.static-tile .static-tile-content__title {
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: var(--text-lg);
  color: var(--p4p-brand-text-color);
}

/*# sourceMappingURL=default\css\experience\components\assets\staticTile.css.map*/