.tech-spec--module .tech-spec--wrapper {
/* 	width: 100vw;
/* 	max-width: 100%; */ */
}

.tech-spec--module .tech-spec--wrapper.section-padding {
	padding: 38px 129px 61px 129px!important;
}

.tech-spec--module .tech-spec--wrapper .tech-spec--content p {
	font-size: 13px;	
	line-height: 23px;
	color: #FFFFFF;
}

.tech-spec--module .tech-spec--wrapper .tech-spec--content p span {
	color: #CD0005;
	font-weight: 800;
}

/* Media Queries */
@media only screen and (max-width : 1200px) {
	.tech-spec--module .tech-spec--wrapper.section-padding {
		padding: 40px 90px!important;
	}
}

@media only screen and (max-width: 992px) {
	.tech-spec--module .tech-spec--wrapper {
		width: 100%;
	}
}

@media only screen and (max-width : 768px) {
	.tech-spec--module .tech-spec--wrapper.section-padding {
		padding: 30px 20px!important;
	}
}
