/*
Theme Name: Start Theme
Description: Custom vanilla WordPress theme (SCSS/Gulp build, no framework) for LEMO's single-page landing site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: start-theme
*/

@media (max-width: 767px) {
    .how-step-num {
        width: 36vw;
		justify-content: center;
        display: flex;
    }
	
	.how-step-body {
        width: 9.75rem;
		max-width: unset !important;
    }
	
	.popup-card {
		max-height: 84vh;
    	overflow-y: auto !important;
	}
}