.related {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider22-item {
    height: 100%;
    width: 100%;
}

.page-slider-col-3:hover .slider22-item,
.page-slider-col-2:hover .slider22-item {
    transform: scale(1.2);
}

.page-slider-col-3 .slider22-item,
.page-slider-col-2 .slider22-item {
    transition: transform 0.8s cubic-bezier(0.7, -0.4, 0.4, 1.4);
    background-size: cover !important;
}

.project-slide-info {
    display: block;
    transition: all 0.8s cubic-bezier(0.7, -0.4, 0.4, 1.4);
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 20px;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.page-slider-col-3:hover .project-slide-info,
.page-slider-col-2:hover .project-slide-info {
    display: block;
    opacity: 1;
}

.pr-sl-dimensions {
    position: absolute;
    bottom: 20px;
    left: 20px;

}

.dsize {
    display: block;
}

.pr-sl-foot {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 120px;
    text-align: right;
}

.page-slider-col-3:hover .slider22-item {
    transform: scale(1.2);
}

.page-slider-col-3 .slider22-item {
    transition: transform 0.8s cubic-bezier(0.7, -0.4, 0.4, 1.4);
}

.related .slider22-item {
    height: 100%;
    width: 100%;
}

.itp {
    height: 320px;
    width: 371px;
    overflow: hidden;
    position: relative;
}

.page-slider-col-2 .itp {
    width: 564px;
    height: 316px;
}

.project-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2D3032;
    margin-top: 16px;
    letter-spacing: 0;
    position: relative;
}

.page-slider-col-3 {
    max-width: 371px;
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.page-slider-col-2 {
    max-width: 564px;
    margin-bottom: 40px;
}

.page-slider-col-3:hover .slider22-item:after,
.page-slider-col-2:hover .slider22-item:after {
    opacity: 1;
}


.page-slider-col-3 .slider22-item:after,
.page-slider-col-2 .slider22-item:after {
    content: '';
    background: rgba(50, 51, 56, 0.65);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.8s cubic-bezier(0.7, -0.4, 0.4, 1.4);
    opacity: 0;
}

.related .project-title {
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;

    color: #2D3032;
}

.related .project-title span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    display: block;
    letter-spacing: 0;
    margin-top: 3px;
    color: #6E6E73;
}

.pr-sl-dimensions span,
.pr-sl-foot span {
    display: block;
}

@media screen and (max-width: 1023px) {

    .itp,
    .page-slider-col-2 .itp {
        width: 374px;
        height: 323px;
    }

    .page-slider-col-3 {
        margin-bottom: 32px;
    }



}