.brand,
.footer-brand {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand img {
  width: 100%;
  height: 34px !important;
  object-fit: cover;
  object-position: top;
}

.footer-brand img {
  width: 100%;
  height: 42px !important;
  object-fit: cover;
  object-position: top;
}

.brand::after,
.footer-brand::after {
  content: "Alanya Şubesi";
  width: 82%;
  margin-top: 2px;
  color: #193446;
  font-size: 11px;
  font-weight: 780;
  line-height: 1;
  letter-spacing: .045em;
  text-align: center;
  white-space: nowrap;
  background:
    linear-gradient(90deg, transparent, #c52531) left center / 26% 1px no-repeat,
    linear-gradient(90deg, #c52531, transparent) right center / 26% 1px no-repeat;
}

.footer-brand::after {
  width: 78%;
  color: #fff;
  font-size: 13px;
  background-size: 27% 1px, 27% 1px;
}

@media (max-width: 900px) {
  .brand img {
    height: 28px !important;
  }

  .brand::after {
    width: 84%;
    font-size: 9.5px;
    background-size: 24% 1px, 24% 1px;
  }
}
