/*
Theme Name:     Divi_child
Theme URI:
Description:    Divi child theme.
Author:         Me
Author URI:
Template:       Divi
Version:        0.1.0
*/

.logos-kd{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media screen and (min-width: 700px){
	.logos-kd{
		flex-direction: row;

	}
}

.logos-kd img{
	max-width: 200px;
	padding: 15px;
	display: inline-block;
	flex: 1;
}

.bottom-nav li{
	padding: 0;
}

.bottom-nav {
	display: flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (min-width: 700px){
	.bottom-nav {
		justify-content: flex-start;
	}
}
