.p-section-projects__item {
  width: 100%;
}

.lib-bricks--init .p-section-projects__item {
  padding-bottom: var(--v-spacing__xs);
}

.p-section-projects__item-a,
.p-section-projects__item-picture-img {
  display: block;
  width: 100%;
  transition: var(--v-transition__default);
}

.p-section-projects__item-a {
  position: relative;
}

.p-section-projects__item-picture {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.p-section-projects__item-content {
  position: absolute;
  z-index: 20;
  inset: auto var(--v-spacing__sm) var(--v-spacing__sm) var(--v-spacing__sm);
  padding: var(--v-spacing__sm);
  background-color: var(--v-color__2--transparent--alt3);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: var(--v-transition__default);
}

.p-section-projects__item-a:hover .p-section-projects__item-picture-img {
  transform: scale(1.1);
}

.p-section-projects__item-content-inner {
  flex: 0 0 100%;
  position: static;
}

.p-section-projects__item-content-categories {
  display: block;
  font-weight: var(--v-font-weight__default--bold);
  border-bottom: 1px solid var(--v-color__1);
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}

.p-section-projects__item-content-title {
  text-align: center;
}

.p-section-projects__item-content-arrow,
.p-section-projects__item-content-arrow img {
  display: block;
}

.p-section-projects__item-content-arrow img {
  margin: 0 auto;
  width: 2.5rem;
}

.p-section-projects__item-content-arrow {
  margin-top: 0.5rem;
}

@media (min-width: 1400px) {
  .p-section-projects__item-content {
    opacity: 0;
    inset: var(--v-spacing__sm);
  }

  .p-section-projects__item-a:hover .p-section-projects__item-content {
    opacity: 1;
  }

  .p-section-projects__item-content-arrow {
    position: absolute;
    z-index: 30;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 50%);
    margin-top: 0;
  }
}

@media (min-width: 700px) {
  .p-section-projects__item {
    flex-basis: 50%;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .p-section-projects__item-content {
    font-size: 1.3rem;
  }
}
