.pi-container-134227d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.pi-img-wrapper-134227d2 {
    position: relative;
    width: 45%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    will-change: transform;
    border-radius: 12px;
}

.pi-img-wrapper-134227d2.img-2 {
    margin-top: 20%;
}

.pi-img-wrapper-134227d2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}