/*---------------------------------------
  REFSTRIP SECTION (ex-Solution Block 2)
-----------------------------------------*/
.ref-strip {
  text-align: center;
  background: var(--gradient-dark);
  padding: 40px 0;
}

.ref-logo-box {
  border-radius: 0px;
  padding: 16px 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.ref-logo-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 480px) {
  .ref-logo-box {
    height: 60px;
    padding: 12px 16px;
  }
}
