.footer {
background: #111;
color: #fff;
padding: 40px 20px;
}
.footer-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.footer-box {
width: 23%;
margin-bottom: 20px;
}
.footer-box h3, .footer-box h2 {
margin-bottom: 15px;
color: #ff6600;
}
.footer-box ul {
list-style: none;
padding: 0;
}
.footer-box ul li {
margin-bottom: 8px;
}
.footer-bottom {
text-align: center;
border-top: 1px solid #333;
margin-top: 20px;
padding-top: 15px;
}
/* Responsive */
@media(max-width:768px){
.footer-box {
width: 100%;
}
}