@import "style.css";

@font-face { 
    font-family: 'Gramatika';
    src: url(../assets/fonts/gramatika_bold.ttf);
    font-weight: 900;              
    font-style: bold;
}

@font-face { 
    font-family: 'Gramatika';
    src: url(../assets/fonts/gramatika_regular.ttf);
    font-weight: 400;              
    font-style: normal;
}

.footer{		
	font-family: Gramatika;	
	font-weight: bold;
    background: #BBB8B5;
}

img{
	object-fit: scale-down;
	height: 71px;
}

.footer-container{
    max-width: 1600px;
    margin: auto;
    width: 100%;    
}

.footer-column{
	display: flex; 
	height: 155px; 
	justify-content: space-evenly; 
	align-items: center;	
}

.column-items{
    display: flex;
}

.column-items p{
    margin-right: 40px;
}

.footer-icon{
    display: flex;
    align-items: center;
    
}

.footer-icon img{
    height: 30px;
    margin-right: 20px;
}

