.underline:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #ffd200;
  z-index: 20;
}

@media (min-width: 768px) {
  .shadow_on_desktop {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
}

