.awards-section,
.awards-section .row,
.awards-image-col {
  overflow: visible;
}
.award-logo {
    width: clamp(72px, 9vw, 112px);
    max-height: 112px;
    object-fit: contain;
  }
@media (min-width: 992px) {
  .awards-image-col {
    position: relative;
  }

  .awards-sticky-image {
    position: sticky;
    top: 103px;
    z-index: 1;
  }

  .awards-sticky-image img {
    max-height: calc(100vh - 120px);
    object-fit: contain;
  }
  
  .queso-h2{
    position: sticky;
    top: 103px;
    z-index: 4;
    background-color: rgb(var(--color-off-white));
  }
  
}