﻿.footer {
 display: flex;
 justify-content: center;
 align-items: center;
 background: #051D41;
 height: 282px;
 color: #fff;
}

.footer a {
 color: #fff;
}

.footer p {
 margin: 15px 0;
 font-size: 16px;
}

.footer p span {
 margin: 0 20px;
}
@media only screen and (max-width:768px){
.footer {
 height: 200px;
}

.footer p {
 margin: 10px 0;
 font-size: 14px;
}
 .footer p span {
 display: block;
}
} 