.keller-industries-grid {
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}

.keller-industries-grid.cols-2 {
  width: 800px;
}

.keller-industries-grid__title {
  text-align: center;
  margin-bottom: 18px;
}

.keller-industries-grid__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px 30px;
  justify-content: center;
}

.keller-industries-grid__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 380px;
  height: 253px;
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.keller-industries-grid.size-small .keller-industries-grid__item {
  height: 150px;
}

.keller-industries-grid__item__title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 14px 42px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  display: block;
}

.keller-industries-grid__item__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #98B81F;
  z-index: -1;
  transition: all 0.25s ease-out;
}

a.keller-industries-grid__item:hover .keller-industries-grid__item__title::after {
  height: 100%;
}

@media (max-width: 767px) {
  .keller-industries-grid__title {
    margin-bottom: 44px;
  }

  .keller-industries-grid__inner {
    gap: 20px;
  }
}
