/*!
Theme Name: Windrive Landing
Author: Everywin
Author URI: https://web.everywin.ru/
Description: Windrive Landing Page website
Version: 1.1
Text Domain: windrive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.hero-img-box img {
    height: 80px;
    object-fit: cover;
}
.btn {
	max-width: 100%;
}
@media only screen and (max-width: 320px) {
    .header-widgets .company-phone,
    .header-widgets .company-email {
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) {
	.hero-img-box img {
		height: 160px;
	}
}
