#mfs-header-wrapper {
  display: none;
}
.mfs-content {
  background-color: #010101;
  text-align: center;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
#mfs-header-wrapper p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}
@media (width >= 340px) and (width <= 412px) {
  #mfs-header-wrapper p {
    font-size: 15px;
    text-wrap: balance;
  }
  .mfs-content {
    padding: 5px 0;
  }
}
@media (width >= 412px) and (width <= 480px) {
  #mfs-header-wrapper p {
    font-size: 15px;
    text-wrap: balance;
  }
  .mfs-content {
    padding: 5px 0;
  }
}