.social-taps {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 50px;
  list-style: none;
}

.social-taps {
  width: 100%
}

.social-taps li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  width: 50%;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.social-taps li.active {
  color: #fff;
  background-color: #2d5b79;
  border: 1px solid transparent;
}

.tab-content-panel {
  display: none;
}

.tab-content-panel.active {
  display: block;
}

h3 + p {
  margin-bottom: 20px;
  font-size: 17px;
}