.logo-style {
  font-weight: 550;
  letter-spacing: -1px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .logo-style {
    font-size: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .logo-style {
    font-size: 28px;
  }
}

.logo-style-footer {
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .logo-style-footer {
    font-size: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .logo-style-footer {
    font-size: 26px;
  }
}
