.yana-footer-top-wrap{
  background-color: #662d91;
  height: 40px;
}
.yana-footer-wrapper {
  background-color: #000;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.yana-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  padding: 18px 0;

}

.footer-copyright p {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 15px;
  font-family: 'Archivo Narrow', sans-serif;

}

.footer-text p,.footer-text a{
  color: #fff !important;
  font-size: 15px;
  font-family: 'Archivo Narrow', sans-serif;
  margin:0;

}
/* .footer-text a{
color: #fff !important;
font-size: 15px;
font-family: 'Archivo Narrow', sans-serif;

} */

@media(max-width:641px){

  .yana-footer-inner {
    display: block;
  }
  .footer-text {
    margin-top: 18px;
}
  .footer-copyright {
    margin-top: 10px;
}
}
}