.types-win-alutech .title {
	margin-bottom: 25px;
}
.types-win-alutech .types__list {
    display: grid;
    gap: 15px;
}
.types-win-alutech .types__picture {
	display: flex;
}
.types-win-alutech .types__img {
    margin-bottom: 15px;
}
.types-win-alutech .types__img img {
    border-radius: 12px;
}
.types-win-alutech .types__title {
    line-height: 130%;
    margin-bottom: 10px;
}
.types-win-alutech .types__desc {
    line-height: 130%;
}
@media (min-width: 768px) {
	.types-win-alutech .title {
		margin-bottom: 30px;
	}	
	.types-win-alutech .types__list {
		grid-template-columns: 347px 1fr;
		gap: 10px 15px;
	}
	.types-win-alutech .types__item:nth-child(1) {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}	
	.types-win-alutech .types__item:nth-child(2) {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.types-win-alutech .types__item:nth-child(3) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.types-win-alutech .types__item:nth-child(4) {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	.types-win-alutech .types__item:nth-child(5) {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
	.types-win-alutech .types__title,
	.types-win-alutech .types__desc {
		font-size: 18px;
		line-height: 122%
	}	
}
@media (min-width: 1200px) {
	.types-win-alutech .types__list {
		grid-template-columns: 470px 1fr;
		gap: 20px;
	}
	.types-win-alutech .types__img {
		margin-bottom: 20px;
	}	
}