.technology-page {
	background: #f6f6f6
}
.technology-banner {
	height: 360px;
	background: url("../images/37423510.jpg") center/cover no-repeat
}
.technology-section {
	max-width: 1120px;
	margin: 0 auto;
	padding: 78px 20px 32px
}
.technology-section>h1, .section-title {
	margin: 0 0 38px;
	text-align: center;
	color: #111;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700
}
.technology-grid {
	display: grid;
	gap: 25px
}
.technology-grid.two {
	grid-template-columns: repeat(2, 470px);
	justify-content: center
}
.technology-grid.three {
	grid-template-columns: repeat(3, 1fr)
}
.technology-grid.one {
	grid-template-columns: 470px;
	justify-content: start
}
.technology-card {
	text-align: center;
	color: #111
}
.technology-card img {
	width: 100%;
	height: 225px;
	display: block;
	object-fit: cover
}
.technology-grid.two .technology-card img, .technology-grid.one .technology-card img {
	height: 300px
}
.technology-card h2 {
	margin: 17px 0 18px;
	font-size: 20px;
	line-height: 1.5
}
.technology-card p {
	min-height: 58px;
	margin: 0 24px 18px;
	color: #666;
	font-size: 14px;
	line-height: 1.75
}
.technology-card>a {
	height: 36px;
	margin: 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	color: #111;
	font-size: 14px;
	transition: .2s
}
.technology-card>a:hover {
	background: #111;
	color: #fff
}
.final-section {
	padding-bottom: 90px
}

@media(max-width:760px) {
.technology-page {
	padding-top: 68px
}
.technology-banner {
	height: 220px
}
.technology-section {
	padding: 44px 18px 12px
}
.technology-section>h1, .section-title {
	margin-bottom: 28px;
	font-size: 28px
}
.technology-grid.two, .technology-grid.three, .technology-grid.one {
	grid-template-columns: 1fr
}
.technology-grid {
	gap: 42px
}
.technology-card img, .technology-grid.two .technology-card img, .technology-grid.one .technology-card img {
	height: auto;
	aspect-ratio: 47/30
}
.technology-card h2 {
	font-size: 18px
}
.technology-card p {
	min-height: 0;
	font-size: 14px
}
.final-section {
	padding-bottom: 55px
}
}
