/* Generated by vite-plugin-svg-spritemap */
.owner__container:nth-child(even) {
  max-width: 90rem;
  display: grid;
  gap: 3.75rem;
  grid-template-columns: minmax(auto, 44.375rem) 1fr;
  align-items: center;
}
.owner__container:nth-child(even) .owner__body {
  order: 1;
}
@media (max-width: 76.875em) {
  .owner__container:nth-child(even) {
    grid-template-columns: 3fr 2fr;
    gap: 2.5rem;
  }
}
@media (width <= 56.25em) {
  .owner__container:nth-child(even) {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5625rem;
  }
}
@media (width <= 20em) {
  .owner__container:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (width > 20em) and (width <= 76.875em) {
  .owner__container:not(:last-child) {
    margin-bottom: clamp( 2.5rem , 1.62087912088125rem  +  4.3956043956vw , 5rem );
  }
}
@media (width > 56.25em) {
  .owner__container:nth-child(even) .owner__image {
    margin-right: -0.625rem;
    order: 2;
    border-radius: 3.125rem 0 0 3.125rem;
  }
}
@media (width > 76.875em) {
  .owner__container:not(:last-child) {
    margin-bottom: 5rem;
  }
}