.p-designers__type::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/arrow_w.svg)no-repeat center / contain;
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
}

.p-property-types__grid::after {
    content: "";
    width: 345px;
    height: 236px;
    background: url(../images/pg-deco.webp) no-repeat center / cover;
    position: absolute;
    bottom: 0;
    right: 0;
}