@media (min-width: 800px) {
  .aboutusBox {
    width: 41%;
  }
}

@media (min-width: 400px) {
  .aboutusBox {
  }
}

