.elementor-36 .elementor-element.elementor-element-f5f3f51{--display:flex;}/* Start custom CSS for container, class: .elementor-element-f5f3f51 */.ps-portfolio-grid {
    display: grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap: 55px 24px;
}

.ps-portfolio-item img {
    height: 440px;
    width: 100%;
    object-fit: cover;

    border-radius: 22px;

    background: #eee;
}

.ps-portfolio-item > div {
    padding: 18px 5px;
}

.ps-portfolio-item small {
    color: var(--ps-red);
    font-weight: 750;
}

.ps-portfolio-item h3 {
    margin-top: 7px;
}

@media(max-width:650px) {

    .ps-portfolio-grid {
        grid-template-columns: 1fr;
    }

    .ps-portfolio-item img {
        height: 330px;
    }
}/* End custom CSS */