@media screen and (min-width: 992px) {
.heading-top {
  display: none;
}
}

.name-title {
  margin-top: -50px !important;
  margin-left: 75px;
  margin-right: 40px !important;
}

main.h3 .tab {
    color: #000; /* Default color for non-active tabs */
    border-bottom: none; /* Remove the border from non-active tabs */
    padding-bottom: 5px; /* Adjust padding if needed */
}