#logo {
  width: 70%;
}
#content {
  width: 60%;
}

@media (max-width: 991.98px) {
  #logo {
    width: 90%;
  }
  #content {
    width: 90%;
  }
}
