.shrinkage-wooden-houses__wrapper.indent {
    padding-bottom: 0;
}
.shrinkage-wooden-houses .title {
	margin-bottom: 20px;
}
.shrinkage-wooden-houses__list {
    display: grid;
    gap: 20px;
	margin-bottom: 25px;
}
.shrinkage-wooden-houses__item-wrap {
	position: relative;
    background: #fff;
    border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}
.shrinkage-wooden-houses__item-wrap picture {
	display: flex;
}
.shrinkage-wooden-houses__item-wrap img {
	width: 100%;
	height: auto;
	border-radius: 0.6rem 0.6rem 0 0;
}
.shrinkage-wooden-houses__item-wrap svg {
	position: absolute;
	top: 0;
	right: 0;
}
.shrinkage-wooden-houses__item-title {
	text-align: center;
    padding: 15px;
	font-size: 18px;
	line-height: 122%;
    border-radius: 0 0 6px 6px;
    text-transform: uppercase;
}
.shrinkage-wooden-houses__item-text {
	font-size: 18px;
	line-height: 122%;
}
@media (min-width: 768px) {
	.shrinkage-wooden-houses .title {
		margin-bottom: 30px;
	}	
	.shrinkage-wooden-houses__title {
		margin-bottom: 30px;
	}
	.shrinkage-wooden-houses__list {
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 30px;
		gap: 15px;
	}	
	.shrinkage-wooden-houses__item-title span {
		display: block;
	}  
	.shrinkage-wooden-houses .button {
		display: flex;
		width: 306px;
	}	
}

@media (min-width: 1200px) {
	.shrinkage-wooden-houses__item-title {
		padding: 17px;
	}
	.shrinkage-wooden-houses__item-title span {
		display: initial;
	}	
}

