.footer-content{
	display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    padding: 30px 0 20px 0;
    border-bottom: solid 1px #ffffff82;
}
.footer-first{
	width:100%;
	display:flex;
	flex-direction: column;
}
.footer-logo{
	display:grid;
	margin-bottom:20px;
}
.footer-logo img{
	display:grid;
	width:150px;
}
.footer-second{
	display:flex;
	flex-direction: column;
	width:100%;
}
.footer-third{
	display:flex;
	flex-direction: column;
	width:100%;
}
.footer-fourth{
	display:flex;
	flex-direction: column;
	width:100%;
}
.footer-second h3,
.footer-third h3,
.footer-fourth h3{
	color:#ffffff;
	margin-bottom:10px!important;
}
.footer-second ul,
.footer-third ul,
.footer-fourth ul{
	color:#ffffff;
	padding:0;
	list-style: none;
	margin:0;
}
.footer-second ul li,
.footer-third ul li,
.footer-fourth ul li{
	margin-bottom:6px;
}