.qabox {
  margin-top: 2em;
}

.answer {
  margin-top: 2em;
}

.tab-content {
  display: none;
}

.tabs.question {
  display: flex;
  flex-wrap: wrap;
}

.tab {
  border: 1px solid;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-right: 1em;
  margin-right: 2%;
  width: 48%;
  margin-bottom: 1em;
  background: white;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.tab:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.tc {
  margin-bottom: 0.5em;
  text-align: center;
}

.othercontact p {
  font-size: 1.1em;
  width: 80%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width:480px) {
  .tab {
    width: 100%;
    margin-right: 0;
  }

  .othercontact p {
    font-size: 1em;
    width: 95%;
    margin: auto;
    text-align: center;
  }

  .othercontact p br {
    display: none;
  }
}