.footer-title{

 
font-size:22px;
font-weight:700;

margin-bottom:20px;

color:#F7C600;
 

}

.footer-links{

 
list-style:none;
 

}

.footer-links li{

 
margin-bottom:12px;
 

}

.footer-links a{

 
color:#cbd5e1;

text-decoration:none;

transition:.3s;
 

}

.footer-links a:hover{

 
color:#F7C600;

padding-left:6px;
 

}

.social-icon{

 
width:42px;
height:42px;

display:flex;

align-items:center;
justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.08);

color:white;

transition:.3s;
 

}

.social-icon:hover{

 
background:#F7C600;

color:black;

transform:translateY(-4px);
 

}

footer a{

 
transition:.3s;
 

}

footer a:hover{

 
color:#F7C600;
 

}

@media(max-width:768px){

 
footer{

    text-align:center;

}
 

}
