<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) { 
	.items .sub-title-txt {
		max-width: 65%;
		font-size: 1.3rem;
	}
	.items .sub-title .icon {
		max-width: 35%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	.items .sub-title {
		font-size: 1.0rem;
	}
	.items .sub-title .label {
		font-size: 1.0rem;
    	width: 80px;
	}
	.items .sub-title-txt {
		max-width: 70%;
		font-size: 1.0rem;
	}
	.items .sub-title .icon {
		max-width: 35%;
	}
/*	.section2 .container, .section3 .container, .section4 .container, .section5 .container {
		padding-right: 0px;
	}*/

}</pre></body></html>