/*
Theme Name: Structure Child
Theme URI: http://structure.thememove.com/01/
Description: A child theme of Structure Theme
Author: ThemeMove
Author URI: http://thememove.com/
Version: 3.1.7
Template: structure
*/

.contact-info__flex {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}