.domusvi-container {
  max-width: 1440px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.domusvi-main-content {
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.domusvi-header {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  width: 20.93rem;
  height: 19.75rem;
}

.domusvi-header-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.domusvi-header-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18.93rem;
  z-index: 2;
  color: var(--white);
  padding: 12px;
  box-sizing: border-box;
}

.domusvi-logo-img {
  width: 8.5rem;
  height: 2.25rem;
}

.domusvi-header-title {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 4px;
}

.domusvi-items {
  display: flex;
  flex-direction: column;
  width: 20.93rem;
  padding: 1.5rem;
  gap: 1rem;
  border-radius: 0.5rem;
  background-color: var(--gray-light);
}

.domusvi-item {
  border-radius: 12px;
  background: #f7f8fa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  box-sizing: border-box;
  padding: 1.5rem;
}

.domusvi-icon {
  width: 1.87rem;
  height: 1.75rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.domusvi-item-title {
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 600;
}

.domusvi-item-subtitle {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2px;
}

@media (min-width: 600px) {
  .domusvi-main-content {
    flex-direction: row;
    gap: 2rem;
  }
  .domusvi-header {
    width: 52.81rem;
    height: 33.5rem;
    flex: 1;
  }

  .domusvi-logo-img {
    width: 8.5rem;
  }
  .domusvi-items {
    width: 25.19rem;
    min-height: 33.87rem;
    justify-content: space-between;
    padding: 1rem;
  }
  .domusvi-item {
    flex-direction: row;
    padding: 1.5rem;
  }
  .domusvi-header-content {
    width: 34rem;
  }
}

@media (min-width: 1024px) {
  .domusvi-header {
    height: 36.42rem;
  }

  .domusvi-header-img {
    display: block;
    height: 100%;
  }
  .domusvi-header-content {
    width: 30.31rem;
    padding: 1.87rem;
  }
}
