.tablink {
    background-color: #000000ab;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
    font-size: 17px;
    border-radius: 0px;
    display: flex;
    gap: 20px;
    /*justify-content: space-between;*/
    align-items: center;
}

.full-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablink:hover {
  background-color: #000000ab;
}

/* Style the tab content (and add height:100% for full page content) */



.tabcontent {
  color: #404040;
  display: none;
  padding: 74px 30px 14px;
  height: auto;
  border: 1px solid #03629740;
}

@media screen and (max-width: 768px) {
    .tabcontent {
      padding: 196px 15px 0px;
    }
}


.tabcontent h3{
    font-weight: 600;
}