.styles_ourWork__M9ylQ {
  display: flex;
  flex-flow: row wrap;
  gap: var(--space-m-l);
}

.styles_imageContainer__rtruJ {
  overflow: hidden;
  position: relative;
  height: auto;
}

.styles_image__ZrZ7i {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.styles_project__XsFkg {
  gap: 64px;
}

.styles_description__ZUJFf {
  width: 100%;
  padding: 16px 0;
}

.styles_descriptionContainer__ESCBl .styles_goTo__YDJiZ {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.styles_name__xHJSS {
  margin: var(--space-s) 0 var(--space-l) 0;
  display: block;
}

.styles_heading__AdfXH {
  width: 50%;
  white-space: nowrap;
}

.styles_seeMoreLink__A3bel {
  align-self: flex-end;
  margin-bottom: var(--space-s);
  margin-left: auto;
  visibility: hidden;
}

.styles_seeAllLink___1CkE.styles_seeAllLink___1CkE {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 8px;
  margin-left: auto;
  white-space: nowrap;

  font-family: var(--font-tasa);
  font-size: var(--step-4);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 1074px) {
  .styles_seeAllLink___1CkE.styles_seeAllLink___1CkE::after { /* temporary fix for odd-numbered Our Work blocks */
    bottom: 40% !important;
  }
}

@media screen and (min-width: 479px) {
  .styles_project__XsFkg {
    width: calc(50% - var(--space-m-l) / 2);
  }

  .styles_descriptionContainer__ESCBl {
    background-color: var(--violet-1);
    opacity: 0.95;
    position: absolute;
    inset: 0;
    color: var(--white);
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    transform: translate(0, 32px);
    transition-property: transform, opacity;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
  }

  .styles_description__ZUJFf {
    width: 65%;
  }

  .styles_project__XsFkg:hover .styles_descriptionContainer__ESCBl {
    transition-property: transform, opacity;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
    transform: translate(0, 0);
    opacity: 0.95;
  }

  .styles_name__xHJSS {
    display: none;
  }

  .styles_seeMoreLink__A3bel {
    visibility: visible;
  }
}

