﻿.portfolio__items figure {
    height: 230px;
    width: 300px;
}
.portfolio__items .cards__name {
    width: 250px;
    min-height: unset;
}
.portfolio__items .cards__item:nth-child(3n) {
    margin-right: 20px;
}
.portfolio__items .cards__item:first-child, .cards__item:nth-child(3n+1) {
    margin-left: 20px;
}
.portfolio__items .cards__item:first-child, .cards__item:nth-child(4n+1) {
    margin-left: 0;
}
.portfolio__items .cards__place {
    font-size: 14px;
    min-width: 250px;
    text-align: center;
    width: min-content;
    display: flex;
    align-self: center;
    justify-content: center;
    margin-top: 8px;
}