<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.maindesign .feature-hdg1 .sub_title{
	color: #333;
    text-shadow: none;
    font-size: 56px;
    text-align: left;
    left: 3%;
    width: auto;
}
.maindesign .feature-hdg1 .sub_title .s-title{
	display: block;
    font-size: 0.6em;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.maindesign .feature-hdg1 .sub_title{
	font-size: 7vw!important;
}
}
</pre></body></html>