.layout-types {
	padding: 0;
}
.layout-types .title {
	margin-bottom: 15px;
}
.layout-types .desc {
	line-height: 130%;
    margin-bottom: 25px;	
}
.layout-types .content__list {
	gap: 20px;
}
.layout-types .content__item {
	
}
.layout-types .content__img {
	display: flex;
	margin-bottom: 25px;
}
.layout-types .content__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.layout-types .content__picture {
	display: flex;
}
.layout-types .content__info {
	display: flex;
    flex-direction: column;	
}
.layout-types .content__info-title {
	font-size: 20px;
	line-height: 100%;	
	margin-bottom: 15px;
}
.layout-types .content__info-desc {
	line-height: 130%;
	margin-bottom: 15px;
}
.layout-types .content__info .list {
	gap: 10px;	
	line-height: 130%;
	margin-top: auto;
}
.layout-types .content__info .item {
	position: relative;
    padding-left: 16px;	
}
.layout-types .content__info .item:before {
	content: '';
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #f26422;
    position: absolute;
    top: .4em;
    left: 0;
}
.layout-types .button {
	margin-top: 25px;
}
@media (min-width: 768px) {
	.layout-types .title {
		margin-bottom: 20px;
	}
	.layout-types .title span {
		display: block;
	}	
	.layout-types .desc {
		font-size: 18px;
		line-height: 122%;
		margin-bottom: 30px;	
	}
	.layout-types .content__list {
		gap: 30px;
	}
	.layout-types .content__item {
		grid-template-columns: 226px 1fr;
		gap: 15px;
	}
	.layout-types .content__img {
		margin: 0;
	}
	.layout-types .content__info-desc,
	.layout-types .content__info .list {
		font-size: 18px;
		line-height: 122%;
	}
	.layout-types .content__info-desc {
		margin-bottom: 21px;
	}
	.layout-types .button {
		width: 307px;
		margin-top: 30px;
	}	
}
@media (min-width: 1200px) {
	.layout-types .content__item {
		grid-template-columns: 388px 1fr;
		gap: 20px;
	}
}