.section-technology {
	
}
	.technology-block__ttl {
		font: 600 36px/1.3 Inter;
	}
	.technology-row__wrap {
		
	}
		.technology-row {
			display: grid;
			grid-template-columns: 200px auto;
			grid-gap: 8px 30px;
			padding-bottom: 30px;
			border-bottom: 2px solid rgba(107, 114, 128, 0.40);
			margin-bottom: 24px;
		}
		.technology-row:last-child {
			margin-bottom: 0;
		}
			.technology-row__ttl {
				font: 600 20px/1.3 Inter;
				color: #23BBEE;
			}
			.technology-row__txt {
				
			}
@media (min-width: 992px) {
	.technology-row__wrap {
		padding-left: 70px;
	}
}
@media (max-width: 991px) {
	.technology-block__ttl {
		font: 600 28px / 1.3 Inter;
		margin-bottom: 24px;
	}
}
@media (max-width: 575px) {
	.technology-row {
		grid-template-columns: auto;
	}
}