.comp-heading {
  font-family: Ubuntu;
  color: #000000;
  font-size: 24px;
  --bs-body-font-weight: 700;
  margin-bottom: 32px;
}

.comp-list {
  height: 14px;
  font-family: 'PT Sans Caption', sans-serif;
  color: #000000;
  font-size: 14px;
  list-style-type: initial;
  display: flex;
  padding-right: 60px;
}

@media (man-width: 576px) {
  .medal-box {
  }
}

@media (max-width: 576px) {
  .medal-box {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .medal-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.medal-box {
  padding-top: 72px;
  padding-bottom: 72px;
}

.medal-heading {
  font-family: Ubuntu;
  color: #000000;
  font-size: 24px;
  --bs-body-font-weight: 700;
  margin-bottom: 26px;
}

.drop-box {
  border-radius: 16px;
  box-shadow: 0px 7px #000000;
  width: 597px;
  width: 70%;
  border: 1px solid #000000;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .drop-box-top {
  }
}

@media (max-width: 576px) {
  .drop-box-top {
  }
}

@media (max-width: 576px) {
  .drop-box {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .drop-box-top {
    height: 80px !important;
    display: flex;
    align-items: center;
  }
}

.drop-box-top {
  border-radius: 16px;
  height: 92px;
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
  border: 1px none #000000;
}

.drop-box-top-heading {
  height: 48px;
  width: 133px;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
}

.drop-down-img {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.drop {
  padding-top: 5px;
  display: none;
  padding-bottom: 1rem;
}

.drop-p a {
  text-align: center;
  color: #f0f0f0;
}

.drop-p {
  text-align: center;
  color: #000000;
  letter-spacing: 0.3px;
  font-family: Ubuntu, sans-serif;
}

.drop-p:hover span {
  color: #E1519B;
  text-decoration: underline;
}

.drop-p:hover img {
  filter: invert(74%) sepia(60%) saturate(6599%) hue-rotate(299deg) brightness(92%) contrast(92%);
}

@media (max-width: 576px) {
  .drop-p-span {
    font-size: 15px !important;
    margin-right: 15px;
  }
}

.drop-p-span {
  font-size: 24px;
  margin-right: 15px;
}

.drop-tick {
  transform: translateY(-3px);
}

.content {
}

.drop-p a {
  text-decoration: none;
  color: #000000;
}

.wiki-section-start {
  margin-bottom: 0 !important;
}

.drop-p-span {
}

@media (max-width: 576px) {
  .comp-list {
    flex-direction: column;
    padding-left: 30px;
    height: inherit;
  }
}

