.module--image-and-shape .image-and-shape{display:flex;flex-flow:column;gap:calc(var(--spacing-base)*2)}.module--image-and-shape .image-and-shape__image{align-items:center;border-radius:calc(var(--spacing-base)*4);display:flex;justify-content:center;overflow:hidden;width:fit-content}.module--image-and-shape .image-and-shape__shape{background-color:var(--second-color);border-radius:calc(var(--spacing-base)*6);display:flex;height:97px;width:108px}@media (width <= 992px){.module--image-and-shape .image-and-shape__image{aspect-ratio:16/9;width:100%}.module--image-and-shape .image-and-shape__image img{height:100%;object-fit:cover;width:100%}}