.mvp-enterpises {
  background-color: var(--pos-color-page-background);
  background-image: url('../../images/marketing-landing/pictures/ellipse_bg.avif');
}

.grid-container {
  max-width: 1440px;
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  margin: auto;
  text-align: center;
  justify-content: center;
  gap: 20px !important;

}

.grid-column {
  gap: var(--pos-gap-section-elements);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-header {
  margin-top: 5px;
  align-self: stretch;
  color: var(--color-text-supplementary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.grid-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--pos-gap-section-elements);
  font-size: 24px;
  border-radius: 8px;
  min-width: 40px;
  min-height: 40px;
}

.grid-item:hover {
  transform: translateY(-5px);
}

.empty {
  background-color: transparent;
  width: 200px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-hover :hover {
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 1200px) {
  .grid-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .grid-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    flex-direction: unset;
  }

}

@media (max-width: 768px) {


  .grid-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .grid-header {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
  }



  .empty {
    display: none;
    padding: 0px;
    margin: 0px;
  }

  .temp-empty {
    display: none;
  }
}

.partner-item picture,
.partner-item svg,
.partner-item img {
  width: auto;
  height: 48px;
  flex-shrink: 0;
}

.partner-item {
  width: 200px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.partner-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 16px !important;
  color: var(--color-text-supplementary) !important;
  text-decoration: none;
  align-items: center;
}

.partner-item i {
  min-height: 32px;
  display: flex;
  align-items: center;
}

.partners-groups {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  text-align: center;
}

.partners-group {
  display: flex;
  gap: var(--pos-gap-section-elements);
}

.partners-group-color {
  border-radius: var(--pos-corner-panel, 4px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(141deg, var(--pos-color-panel-background, rgba(20, 20, 20, 0.80)) 1.6%, var(--pos-color-page-background, rgba(0, 0, 0, 0.80)) 98.37%);
}
