.workshopsWithGalleryPopup__align--img_content {
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .workshopsWithGalleryPopup__align--img_content {
      flex-direction: row; } }

.workshopsWithGalleryPopup__align--content_img {
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .workshopsWithGalleryPopup__align--content_img {
      flex-direction: row-reverse; } }

.workshopsWithGalleryPopup__wrapper {
  display: flex;
  gap: var(--space--small); }

@media (min-width: 992px) {
  .workshopsWithGalleryPopup__column {
    width: calc(50% - 1.5rem); } }

.workshopsWithGalleryPopup__column--img img {
  width: 100%; }

.workshopsWithGalleryPopup__column--content > * {
  margin-bottom: var(--space--small); }

.workshopsWithGalleryPopup__column--content:last-of-type {
  margin-bottom: 0; }

.workshopsWithGalleryPopup__popup__img {
  width: 100%;
  display: flex;
  justify-content: center; }
  .workshopsWithGalleryPopup__popup__img img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 200 / 90; }
    @media (min-width: 992px) {
      .workshopsWithGalleryPopup__popup__img img {
        aspect-ratio: 300 / 90; } }

.workshopsWithGalleryPopup__popup__links {
  margin-top: var(--space--small);
  gap: var(--space--small);
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .workshopsWithGalleryPopup__popup__links {
      gap: var(--space--normal);
      flex-direction: row;
      justify-content: center; } }
  .workshopsWithGalleryPopup__popup__links a {
    text-align: center;
    justify-content: center; }
    .workshopsWithGalleryPopup__popup__links a:before {
      content: unset !important; }
