.gw-cabin-type-heading {
  margin-bottom: var(--space-500);
}

.gw-cabin-type__image-wrapper {
  position: relative;
  aspect-ratio: 3/2;
}
@media (min-width: 768px) {
  .gw-cabin-type__image-wrapper {
    aspect-ratio: 16/9;
  }
}
.gw-cabin-type__image-wrapper picture {
  height: 100%;
}
.gw-cabin-type__image-wrapper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.gw-cabin-type-description {
  font: var(--font-body-m);
  margin-top: var(--space-500);
}

.gw-cabin-type__default-image {
  align-items: center;
  justify-content: center;
  background-color: var(--color-pyright-light-500);
  display: flex;
  height: 100%;
  width: 100%;
}
.gw-cabin-type__default-image svg {
  stroke: var(--color-white);
}

/*# sourceMappingURL=cabin-type.a51b9faca4a2f9cab2ca.css.map*/