.icob {
  position: relative;
}

.icob h3 {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3.75rem;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 40rem;
  line-height: 1;
  font-family: var(--body-font);
}

@media (min-width: 992px) {
  .icob h3 {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }
}

.icob-box {
  row-gap: 3.75rem;
}

.icob-box-item {
  text-align: center;
}

.icob-box-item img {
  width: 7.125rem;
  height: 7.125rem;
  object-fit: contain;
  margin-bottom: 1.875rem;
  transition: all 2s ease;
}

.icob-box-item p {
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.1;
}

.icob-box-item:hover img {
  transform: scale(1.1);
}
