.content-tabs {
  display:grid;
  grid-template-columns:1fr 1fr;
}

.content-fot-tabs {
  display:flex;
      align-items: center;
  padding:20px;
}
