.lmn-masonry-content .masonry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  gap: 1rem;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item:nth-child(even) .content {
  order: 2;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item:nth-child(1n) .content {
  background: #E1E8F6;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item:nth-child(2n) .content {
  background: #D0CAE2;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item:nth-child(3n) .content {
  background: #A294C7;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .masonry-content-image {
  display: flex;
  width: 100%;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .masonry-content-image img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content {
  width: 100%;
  padding: 4rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content .label p .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #010035;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.4rem;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content .label p {
  color: #010035;
  font-size: var(--wp--preset--font-size--font-20);
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content .content-inner {
  padding-top: 2rem;
  margin-top: auto;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content .content-inner h3 {
  margin-top: 3rem;
  font-size: var(--wp--preset--font-size--font-32);
  line-height: 130%;
  margin-bottom: 2.4rem;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content .content-inner p {
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 160%;
  margin-bottom: 2.4rem;
  max-width: 430px;
}
.lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content .content-inner .wp-block-button__link[target=_blank]:before, .lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content .content-inner .wp-block-button__link[target=_blank]:after {
  transform: rotate(320deg);
}
@media (min-width: 1024px) {
  .lmn-masonry-content .masonry-content-wrapper .masonry-content-item {
    flex-wrap: nowrap;
  }
  .lmn-masonry-content .masonry-content-wrapper .masonry-content-item .masonry-content-image {
    width: 50%;
  }
  .lmn-masonry-content .masonry-content-wrapper .masonry-content-item .content {
    width: 50%;
  }
}/*# sourceMappingURL=block-masonry-content.css.map */