.container-a {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: auto;
	margin: 0;
}

.div-bt {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border-radius: 5px;
	background-color: #f6f9ff;
	width: 300px;
	height: 290px;
	margin: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.23s ease;
}

.div-bt:hover {
	transform: scale(1.05); /* Увеличение размера на 10% при наведении */
}

.title {
	font-weight: 580;
	font-family: Inter, sans-serif;
	font-size: 20px;
	padding: 20px;
	color: #4a4a4a;
	text-decoration: none;
}

.icon {
	width: 160px;
	height: 160px;
}
