
.tech-specs {
	max-width: 1366px;
	margin-inline: auto;
	padding: 0 25px;
	margin-block: 40px;
}

@media screen and (max-width: 1200px) {
	.tech-specs {
		padding: 0 16px;
	}
}

@media screen and (max-width: 576px) {
	.tech-specs {
		padding: 0;
	}
}

.tech-specs .tech-specs__wrapper {
	background: #f0f7ff;
	border-radius: 4px;
	padding: 16px;
}

.tech-specs .tech-specs__wrapper .icon-arrow {
	transition: transform .5s ease-in-out;
}

.tech-specs .tech-specs__wrapper.active .icon-arrow {
	transform: rotate(180deg);
}

.tech-specs .tech-specs__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.tech-specs .tech-specs__header h2 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -.78px;
	line-height: 40px;
}

.tech-specs .tech-specs__content {
	display: none;
}

.tech-specs .tech-specs__content table {
	width: 100%;
	border-collapse: collapse;
	margin-block: 24px;
}

.tech-specs .tech-specs__content table caption {
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	color: #30466d;
	margin-bottom: 24px;
}

@media screen and (max-width: 576px) {
	.tech-specs .tech-specs__content table caption {
		font-size: 13px;
	}
}

.tech-specs .tech-specs__content table tbody tr:nth-child(odd) {
	background: #f0f4fb;
}

.tech-specs .tech-specs__content table tbody tr:nth-child(even) {
	background: #f4f5f7;
}

.tech-specs .tech-specs__content table tbody tr th {
	font-size: 16px;
	color: #30466d;
	text-align: left;
	font-weight: 600;
	padding: 16px 20px;
	border: 1px solid rgba(48, 70, 109, .1);
}

@media screen and (max-width: 576px) {
	.tech-specs .tech-specs__content table tbody tr th {
		font-size: 13px;
		padding: 12px 16px;
	}
}

.tech-specs .tech-specs__content table tbody tr td {
	font-size: 16px;
	padding: 16px 20px;
	border: 1px solid rgba(48, 70, 109, .1);
	color: #30466d;
}

@media screen and (max-width: 576px) {
	.tech-specs .tech-specs__content table tbody tr td {
		font-size: 13px;
		padding: 12px 16px;
	}
}
