/*
Theme Name: Extraweb Child Theme
Template: extraweb_theme
Author: asalwleb@gmail.com
Description: Child Theme For Extraweb Theme
Version: 1.0
Text Domain: extraweb-theme-child
*/
.contacts__inner{
	flex-direction: column;
}
.contacts__line-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}
.contacts__line{
	margin-bottom: 0px;
}
.contacts__map{
	max-width: 100%;
}