.about__dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  padding: 2rem;
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  border-radius: 1rem;
}

.about__dropdown:hover .about__dropdown-content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.about__dropdown-content a:hover {
  color: #84BD00;
  transition: .3s ease-in-out all;
}

.text-kaotim {
  color: #DA00FF !important;
}

.text-kaotim-mobile {
  color: #DA00FF !important;
}

.text-kaotim:hover {
  border: 1px solid #DA00FF !important;
  transition: .3s ease-in-out all;
}

.about__dropdown:not(.bg-button):hover {
  color: #8abb2a;
  transition: .3s ease-in-out all;
}

.about__dropdown:not(.about__dropdown-content li) {
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  transition: .3s ease-in-out all;
  border: 1px solid #8abb2a00;
}

.about__dropdown:not(.about__dropdown-content li):hover {
  border: 1px solid #8abb2a;
}

/* Our Leaders Tab */
.bodTabColor:not(.activeTab):hover {
  border: 2px solid #8abb2a;
  color: #84BD00;
  transition: .3s ease-in-out all;
}

/* News and Announcements Tab */
.newsTabColor:not(.activeTab) {
  border: 2px solid #e5e7eb;
}

.newsTabColor:not(.activeTab):hover {
  border: 2px solid #8abb2a;
  color: #84BD00;
  transition: .3s ease-in-out all;
}

.newsTabColor.activeTab {
  border: 2px solid #8abb2a;
}