.tech-cards-list__head {
	margin-bottom: 4.5rem
}
@media (max-width: 989.98px) {
	.tech-cards-list__head {
		margin-bottom: 3rem
	}
}
.tech-cards-list__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1px;
	margin-left: -1px;
	margin-bottom: -4.5rem
}
@media (max-width: 639.98px) {
	.tech-cards-list__row {
		margin-bottom: -2rem
	}
}
.tech-cards-list__col {
	width: 25%;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 5rem
}
@media (max-width: 989.98px) {
	.tech-cards-list__col {
		width: 100%
	}
}
@media (max-width: 639.98px) {
	.tech-cards-list__col {
		margin-bottom: 2rem
	}
}
@media (min-width: 990px) {
	.tech-cards-list__col .card__img {
		height: 20.5rem
	}
	.tech-cards-list__col:nth-child(5n+1) .card__info {
		margin-top: -3rem;
		background-color: #fff
	}
	.tech-cards-list__col:nth-child(5n+2) .card__info {
		width: 50%;
		margin-top: -3rem;
		background-color: #fff
	}
}
@media (min-width: 990px) {
	.tech-cards-list__col:nth-child(5n+1) .card__img,
	.tech-cards-list__col:nth-child(5n+2) .card__img {
		height: 23.5rem
	}
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.tech-cards-list__col:nth-child(5n+1) .card__img,
	.tech-cards-list__col:nth-child(5n+2) .card__img,
	.tech-cards-list__col:nth-child(5n+3) .card__img {
		height: 21.5625rem
	}
}
@media (min-width: 990px) {
	.tech-cards-list__col:nth-child(5n+1),
	.tech-cards-list__col:nth-child(5n+2),
	.tech-cards-list__col:nth-child(5n+3) {
		width: 50%
	}
}
@media (max-width: 989.98px) {
	.tech-cards-list__col:nth-child(5n+4),
	.tech-cards-list__col:nth-child(5n+5) {
		width: 50%
	}
}
@media (max-width: 639.98px) {
	.tech-cards-list__col:nth-child(5n+4),
	.tech-cards-list__col:nth-child(5n+5) {
		width: 100%
	}
}
.tech-cards-list__head {
	margin-bottom: 3.294rem;
}
.tech-cards-list__title {
	font-size: 2.117rem;
	font-weight: 500;
}