@media only screen and (min-width: 301px) and (max-width: 337px) {
  .navigation .navbar-brand img
  {
    height: 59px !important;
  }
}

@media only screen and (max-width: 411px) {
  .navigation .navbar-brand img
  {
  	height: 69px;
  }
}

ul.list_of_syllabus_dv
{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

ul.list_of_syllabus_dv li {
    float: left;
}

ul.list_of_syllabus_dv li p {
    font-size: larger;
    font-weight: 500;
    background-color: #ffc107;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
}

.text-theme
{
  color: #ffc600;
}