/**
* Block Name: gallery_icons_2
*/

section.gallery_icons_2 img {
  height: 111px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

section.gallery_icons_2 p {
  font-weight: bold;
  margin-bottom: 40px;
  word-break: break-all;
}

@media (min-width: 992px) {
  section.gallery_icons_2 .icons_wrapper > div:nth-child(11n + 1) {
    margin-left: 8.333333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.gallery_icons_2 .icons_wrapper > div:nth-child(7n + 1) {
    margin-left: 12.5%;
  }
}
