 .logo-text {
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;

}

.logo-text span {
 
}

 .footer-section.links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-section.links ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-section.links ul li:last-child {
  margin-right: 0;
}

.footer-section.links ul li a {
  display: inline-block;
  padding: 10px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
}

.footer-section.links ul li a:hover {
  border-color: red;
}
    
@media screen and (max-width: 767px) {
.footer-section.links ul {
text-align: center;
}
.footer-section.links ul li:last-child {
margin-bottom: 0;
}
}    