<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

	.top-content .text { padding-top: 25px; }

    .features p, .single-feature-text p { padding: 0; }
    
    .single-feature-img-description { float: none; width: auto; margin-top: 30px; text-align: center; }
    .single-feature-img { float: none; width: auto; margin-top: 50px; text-align: center; }
    
    .single-feature-no-bg { padding-bottom: 40px; }
    .single-feature-no-bg .single-feature-img-description { margin-top: 50px; text-align: center; }
    .single-feature-no-bg .single-feature-img { margin-top: 30px; }

}

@media (max-width: 767px) {
    
    .top-content .text { padding-top: 60px; text-align: center; }

    .top-content h1, .features h2, .single-feature-text h2, .call-to-action-text h2 { font-size: 36px; padding: 0 20px; }

    .top-content .description, .features p, .single-feature-text p, .call-to-action-text p { padding: 0 20px; }
    
    .features-box-1 p { padding: 0 20px; }
    
    .single-feature-img-description { margin-top: 30px; text-align: center; }
    .single-feature-img { margin-top: 50px; text-align: center; }
    .single-feature-img-description p { padding: 0 20px; }
    
    .single-feature-no-bg { padding-bottom: 40px; }
    .single-feature-no-bg .single-feature-img-description { margin-top: 50px; text-align: center; }
    .single-feature-no-bg .single-feature-img { margin-top: 30px; }
    
    .footer-copyright, .footer-social { text-align: center; }
    .footer-copyright { padding: 0 20px; }

}

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