.footer-side{display:flex;justify-content:end;align-items:center;gap:15px;}
.footer-side .footer-side-title {color: #36B4E5; font-weight: 400;}
.footer-side span{text-transform:uppercase;font-family:"museo-slab", serif;}
.footer-side a{background:var(--Bright-Blue);border-radius:50%;width:38px;height:38px;display:inline-flex;justify-content:center;align-items:center;transition:background .25s ease-out;}
.footer-side a:hover{background:white;}
.footer-side svg {height: 15px; width: 20px;}
.footer-side svg path {fill: #203A59;}



@media (max-width: 781px){
	.footer-side {display: flex; flex-direction:column;}
}